Add -s to make if --enable-silent-rules is ./configured

This commit is contained in:
Martin Willi 2013-04-10 15:36:14 +02:00
parent 0be946dce3
commit d0f01a581d
2 changed files with 5 additions and 0 deletions

View File

@ -4,6 +4,10 @@ if USE_SCRIPTS
SUBDIRS += scripts
endif
if USE_SILENT_RULES
AM_MAKEFLAGS = -s
endif
ACLOCAL_AMFLAGS = -I m4/config
EXTRA_DIST = Doxyfile.in LICENSE Android.common.mk.in Android.common.mk Android.mk

View File

@ -1218,6 +1218,7 @@ AM_CONDITIONAL(USE_IMCV, test x$imcv = xtrue)
AM_CONDITIONAL(USE_PTS, test x$pts = xtrue)
AM_CONDITIONAL(USE_TROUSERS, test x$tss = xtrousers)
AM_CONDITIONAL(MONOLITHIC, test x$monolithic = xtrue)
AM_CONDITIONAL(USE_SILENT_RULES, test x$enable_silent_rules = xyes)
AM_CONDITIONAL(UNITTESTS, test x$unit_tests = xtrue)
AM_CONDITIONAL(USE_TKM, test x$tkm = xtrue)