>>> "SK" == Stepan Kasal <[EMAIL PROTECTED]> writes:
SK> Hello,
SK> I have noticed the following:
SK> file lib/am/remake-hdr.am contains command
SK> $(MAKE) %STAMP%
SK> while I'd expect the usual $(MAKE) $(AM_MAKEFLAGS) %STAMP% for the
SK> recursive call of make.
SK> Similar with %DIRST
>>> "SK" == Stepan Kasal <[EMAIL PROTECTED]> writes:
SK> Hello,
SK> regarding the bug report about `mkdir -p -- .', archived at:
SK> http://lists.gnu.org/archive/html/bug-automake/2004-07/msg00052.html
SK> I think that the problem described here is a bug in a vendor mkdir.
SK> Generally, mkd
Hello Alexandre,
On Sun, Aug 07, 2005 at 10:09:54AM +0200, Alexandre Duret-Lutz wrote:
> OK. Let's just fix the comment then.
thank you for resolving that.
I think the last part of your patch should be reverted, though:
># On NextStep and OpenStep, the `mkdir' command does not
># recog
Hello,
I understand why most of my patch was rejected, but one question remains.
What would be wrong with this:
- define_variable ('mkinstalldirs', '$(install_sh) -d', INTERNAL);
+ define_variable ('mkinstalldirs', '$(mkdir_p) .', INTERNAL);
I think it could make the make output more r
>>> "JL" == Juergen Leising <[EMAIL PROTECTED]> writes:
[...]
JL> src/libbsql/Makefile.am:8: automake does not support AM_YFLAGS
JL> being defined conditionally
JL> automake:
JL> automake: ## Internal Error ##
JL> automake:
JL> automake: undefined con