question: less verbose makefile output

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

 



hi, I'm sort of new to the autotools, I'm sending this
to both the automake and autoconf lists as I'm quite
sure which to send to.

I was wondering if it is possible to get quieter
makefile output during compilation?  I am currently
using automake 1.9.6 and autoconf 2.59 in debian
unstable, and my makefiles for a project I am working
on generate huge amounts of output when I run 'make':

if g++ -DHAVE_CONFIG_H -I. -I. -I..    -Wall -g -O2
-MT ninjas-gameState.o -MD -MP -MF
".deps/ninjas-gameState.Tpo" -c -o ninjas-gameState.o
`test -f 'gameState.cpp' || echo './'`gameState.cpp; \
then mv -f ".deps/ninjas-gameState.Tpo"
".deps/ninjas-gameState.Po"; else rm -f
".deps/ninjas-gameState.Tpo"; exit 1; fi

It's a completely cosmetic issue, of course, but after
searching around a bit I couldn't find any clear cut
way to make this output something smaller, such as the
way the linux kernel makefiles would do it, or even
something like: 

g++ gameState.cpp

Is there any quick and dirty way to make the makefile
output less verbose?

thanks for the help
-Dom

P.S. can you CC me any replies?

Dominic C. [binary1230(AT)yahoo.com]
http://einsteinsbreakfast.com


		
__________________________________________ 
Yahoo! DSL ? Something to write home about. 
Just $16.99/mo. or less. 
dsl.yahoo.com 



_______________________________________________
Autoconf mailing list
Autoconf@xxxxxxx
http://lists.gnu.org/mailman/listinfo/autoconf

[Index of Archives]     [GCC Help]     [Kernel Discussion]     [RPM Discussion]     [Red Hat Development]     [Yosemite News]     [Linux USB]     [Samba]

  Powered by Linux