Clean up build to be less verbose
authorAlan T. DeKok <aland@freeradius.org>
Sat, 8 Oct 2011 07:15:01 +0000 (09:15 +0200)
committerAlan T. DeKok <aland@freeradius.org>
Sun, 9 Oct 2011 16:16:33 +0000 (18:16 +0200)
commitd681c86392488aa6d5508b4d4104a84b5536ecc9
tree6c0308c96ab3480c7972152b3c1c82ac5866e753
parent8fdf4e49151dc0a0e9b7c7d47a98d33f8f308682
Clean up build to be less verbose

Rather than printing out 10+ lines of text for every C file that
is compiled, it now prints out one: "CC foo.c"

While this can hide some key information from the developer, it
also highlights compiler warnings.

We can later go through and add a developer-specific option
to turn on the old behavior.  Probably by suppressing the "--quiet"
option to libtool
15 files changed:
Make.inc.in
Makefile
doc/rfc/Makefile
raddb/Makefile
src/Makefile
src/lib/Makefile
src/main/Makefile.in
src/modules/Makefile
src/modules/rlm_eap/Makefile.in
src/modules/rlm_eap/libeap/Makefile
src/modules/rlm_eap/types/Makefile
src/modules/rlm_sql/Makefile.in
src/modules/rlm_sql/drivers/Makefile.in
src/modules/rlm_sql/drivers/rules.mak
src/modules/rules.mak