Makefile: Beautify compilation messages
commit72689513a3ec3a01ed0b130d3673be19055b6c21
authorCarlos R. Mafra <crmafra@gmail.com>
Wed, 5 Nov 2008 01:09:10 +0000 (5 02:09 +0100)
committerCarlos R. Mafra <crmafra@gmail.com>
Wed, 5 Nov 2008 17:03:07 +0000 (5 18:03 +0100)
treee90073bf7ef4f607e1b317891deb673842674aa0
parent56d856878743ec2d3b8d98ab6a0b61a6b2c99129
Makefile: Beautify compilation messages

This patch adds the --disable-verbose-compile switch to the
configure script.

When this option is used it reduces the verbosity of compilation
messages to the essential. However compiler warnings are not affected
and thus gain visibility by not standing in the middle of a storm
of other messages.

In summary, the compilation messages are reduced to a stream of

CC array.o
CC bagtree.o
CC configuration.o
CC connection.o
CC data.o
[...]

instead of a mind-boggling flux of

gcc -DHAVE_CONFIG_H -I. -I../src -I../WINGs/WINGs -I../wrlib -I../src
-I/usr/include/freetype2   -I/usr/local/include
-DLOCALEDIR=\"/usr/local/lib/loca\"/usr/local/share/WINGs\"
-DDEBUG  -fno-strict-aliasing -g -O2 -c array.c
gcc -DHAVE_CONFIG_H -I. -I../src -I../WINGs/WINGs
-I../wrlib -I../src -I/usr/include/freetype2   -I/usr/local/include
-DLOCALEDIR=\"/usr/local/lib/loca\"/usr/local/share/WINGs\"
-DDEBUG  -fno-strict-aliasing -g -O2 -c bagtree.c
[...]
16 files changed:
WINGs/Examples/Makefile.am
WINGs/Extras/Makefile.am
WINGs/Makefile.am
WINGs/Tests/Makefile.am
WINGs/WINGs/Makefile.am
WPrefs.app/Makefile.am
WindowMaker/Defaults/Makefile.am
WindowMaker/IconSets/Makefile.am
WindowMaker/Makefile.am
configure.ac
src/Makefile.am
test/Makefile.am
util/Makefile.am
wmlib/Makefile.am
wrlib/Makefile.am
wrlib/tests/Makefile.am