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.
This commit is contained in:
Brian Behlendorf
2010-03-26 15:21:06 -07:00
parent 16b719f006
commit 8934764e60
10 changed files with 14945 additions and 19713 deletions
+1
View File
@@ -1,4 +1,5 @@
DEFAULT_INCLUDES = -include ${top_srcdir}/spl_config.h
AM_LIBTOOLFLAGS = --silent
AM_CFLAGS = -Wall -Wstrict-prototypes -Werror -Wshadow
AM_CFLAGS += -D__USE_LARGEFILE64
Regular → Executable
+5011 -3516
View File
File diff suppressed because it is too large Load Diff