Re: abbreviating gnulib-generated "make" output

2009-08-22 Thread Jim Meyering
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

Re: abbreviating gnulib-generated "make" output

2009-08-22 Thread Bruno Haible
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

Re: abbreviating gnulib-generated "make" output

2009-08-22 Thread Bruno Haible
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

Re: abbreviating gnulib-generated "make" output

2009-08-21 Thread Jim Meyering
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

Re: abbreviating gnulib-generated "make" output

2009-08-21 Thread Paolo Bonzini
Ok for mine (probably only modules/poll) too.

Re: abbreviating gnulib-generated "make" output

2009-08-21 Thread Eric Blake
-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

Re: abbreviating gnulib-generated "make" output

2009-08-21 Thread Jim Meyering
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

abbreviating gnulib-generated "make" output

2009-08-21 Thread Jim Meyering
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