verbosity

2007-01-12 Thread Jason Kraftcheck
Hi, I'm working on moving an existing project to use autotools. One of the issues that I've encountered is that the build process is very verbose. Due to factors outside my control, the CPPFLAGS used for compiling contain a very long list of include flags. This results in the compile command

Re: verbosity

2007-01-12 Thread Bob Rossi
On Fri, Jan 12, 2007 at 11:28:24AM -0600, Jason Kraftcheck wrote: Hi, I'm working on moving an existing project to use autotools. One of the issues that I've encountered is that the build process is very verbose. Due to factors outside my control, the CPPFLAGS used for compiling contain a

Re: verbosity

2007-01-12 Thread Ralf Wildenhues
Hello Jason, * Jason Kraftcheck wrote on Fri, Jan 12, 2007 at 06:28:24PM CET: I'm working on moving an existing project to use autotools. One of the issues that I've encountered is that the build process is very verbose. Use alias mymake='make -s LIBTOOLFLAGS=--silent' (with Automake =

Re: verbosity

2007-01-12 Thread Bob Proulx
Jason Kraftcheck wrote: This makes it *very* easy to miss potential important compiler warnings and such in all the noise. I have heard this infrequently from posters but I don't experience this myself and here is why. I think I will go out on a limb and say that most (many?) developers use