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:
@@ -393,9 +393,11 @@ AC_ARG_ENABLE(verbose-compile, AS_HELP_STRING([--disable-verbose-compile],
|
||||
QUIET='@echo " CC" $@;'
|
||||
QUIET_AR='@echo " AR" $@;'
|
||||
LIBTOOL_ARG="--silent"
|
||||
MAKEFLAGS="-s"
|
||||
AC_SUBST(QUIET)
|
||||
AC_SUBST(QUIET_AR)
|
||||
AC_SUBST(LIBTOOL_ARG)
|
||||
AC_SUBST(MAKEFLAGS)
|
||||
])
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user