bug-automake
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: automake silent-rules feature is not compatible with --disable-depen


From: Ralf Wildenhues
Subject: Re: automake silent-rules feature is not compatible with --disable-dependency-tracking
Date: Sun, 17 Jan 2010 08:45:44 +0100
User-agent: Mutt/1.5.20 (2009-10-28)

Hi Dmitry,

* Dmitry V. Levin wrote on Sun, Jan 17, 2010 at 02:37:10AM CET:
> There seems to be a bug in automake: silent-rules support is not
> compatible with --disable-dependency-tracking yet.  Passing this option to
> configure results to garbage both in silent and verbose output.
> Here is a reproducer on GNU/Linux:

Confirmed.  Ouch.  It was simply an error to assume that with this:

.c.o:
        # ...
        $(variable) \
        # commented-out stuff
        # ...
        compile command ...

$(variable) would still be expanded in the same line as the compile
command.  D'oh.

Thank you for the bug report and test case!  Still working on a fix.

Cheers,
Ralf




reply via email to

[Prev in Thread] Current Thread [Next in Thread]