Bruno Haible wrote:
>> I'll wait for feedback before pushing.
>
> OK for me in general. However, I would combine some Makefile commands
> before adding the $(AM_V_GEN) placeholder. When you put $(AM_V_GEN)
> in front of the 'rm -f $...@-t $@' commands but use '$(AM_V_at)' in front of
> the command
Jim Meyering wrote:
> I will follow up with a change to join the continued
> lines like this,
>
> - } > $...@-t && \
> - mv $...@-t $@
> + } > $...@-t && mv $...@-t $@
I will object this one, for legibility. 1 1/2 statements in one line, is
not good. Either multiple statements in a li
Hi Jim,
> I'll wait for feedback before pushing.
OK for me in general. However, I would combine some Makefile commands
before adding the $(AM_V_GEN) placeholder. When you put $(AM_V_GEN)
in front of the 'rm -f $...@-t $@' commands but use '$(AM_V_at)' in front of
the command that actually creates
Eric Blake wrote:
> According to Jim Meyering on 8/21/2009 3:28 AM:
>> And with the following patch, if you add this line
>> to your project's configure.ac file,
>>
>> AM_SILENT_RULES([yes]) # make --enable-silent-rules the default.
>
> Or you can populate your config.site file with:
>
> enable
Ok for mine (probably only modules/poll) too.
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
According to Jim Meyering on 8/21/2009 3:28 AM:
> And with the following patch, if you add this line
> to your project's configure.ac file,
>
> AM_SILENT_RULES([yes]) # make --enable-silent-rules the default.
Or you can populate your config.site
Jim Meyering wrote:
> The output from running "make" for coreutils-7.5, starts with nearly
> 500(!) lines worth of commands showing me precisely how just a few
> files in lib/ are being generated, e.g.,
...
> Subject: [PATCH] annotate automake snippets with $(AM_V_GEN) and $(AM_V_at)
>
> This makes
The output from running "make" for coreutils-7.5, starts with nearly
500(!) lines worth of commands showing me precisely how just a few
files in lib/ are being generated, e.g.,
make all-recursive
make[1]: Entering directory `/t/cu'
Making all in lib
make[2]: Entering directory `/t