]> git.proxmox.com Git - mirror_spl-debian.git/commit
Add support for 'make -s' silent builds
authorBrian Behlendorf <behlendorf1@llnl.gov>
Fri, 26 Mar 2010 22:21:06 +0000 (15:21 -0700)
committerBrian Behlendorf <behlendorf1@llnl.gov>
Fri, 26 Mar 2010 22:41:17 +0000 (15:41 -0700)
commit8934764e6049d1eebae3eca8af99b8ee7140c0ab
tree1d47c799047f2b323c982d9107d4c711f0624cc3
parent16b719f0066047aaf404756a0b4fe8c74eec6a2a
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.
Makefile.in
cmd/Makefile.in
config/Rules.am
config/ltmain.sh [changed mode: 0644->0755]
configure
configure.ac
include/Makefile.in
lib/Makefile.in
scripts/Makefile.in
spl_config.h.in