HomeFreeBSD

Add support for 'make -s' silent builds

Description

Add support for 'make -s' silent builds

The cleanest way to do this is to set AM_LIBTOOLFLAGS = --silent. However,
AM_LIBTOOLFLAGS is not honored by automake-1.9.6-2.1 which is what I have
been using. To cleanly handle this I am updating to automake-1.11-3 which
is why it looks like there is a lot of churn in the Makefiles.

Details

Provenance
Brian Behlendorf <behlendorf1@llnl.gov>Authored on Mar 26 2010, 10:21 PM
Parents
rG16b719f00660: Allow spl_config.h to be included by dependant packages (updated)
Branches
Unknown
Tags
Unknown

Event Timeline

Brian Behlendorf <behlendorf1@llnl.gov> committed rG8934764e6049: Add support for 'make -s' silent builds (authored by Brian Behlendorf <behlendorf1@llnl.gov>).Mar 26 2010, 10:41 PM