1
0
mirror of https://github.com/gryf/wmaker.git synced 2025-12-19 20:38:08 +01:00

Make compilation even less verbose

Add "-s" flag to MAKEFLAGS if --disable-verbose-compile
is enabled.
This commit is contained in:
Carlos R. Mafra
2009-08-17 16:49:22 +02:00
parent 7a3b139dcb
commit ceeca912cd

View File

@@ -393,9 +393,11 @@ AC_ARG_ENABLE(verbose-compile, AS_HELP_STRING([--disable-verbose-compile],
QUIET='@echo " CC" $@;' QUIET='@echo " CC" $@;'
QUIET_AR='@echo " AR" $@;' QUIET_AR='@echo " AR" $@;'
LIBTOOL_ARG="--silent" LIBTOOL_ARG="--silent"
MAKEFLAGS="-s"
AC_SUBST(QUIET) AC_SUBST(QUIET)
AC_SUBST(QUIET_AR) AC_SUBST(QUIET_AR)
AC_SUBST(LIBTOOL_ARG) AC_SUBST(LIBTOOL_ARG)
AC_SUBST(MAKEFLAGS)
]) ])