mirror of
https://github.com/gryf/wmaker.git
synced 2025-12-21 21:38:00 +01:00
Compilation: Add a few spaces in the output
It is even better to have the messages displayed a few spaces off from the left screen border. The inspiration comes from the Git compilation output.
This commit is contained in:
@@ -390,8 +390,8 @@ dnl ---------------------------------------------
|
||||
AC_ARG_ENABLE(verbose-compile, AS_HELP_STRING([--disable-verbose-compile],
|
||||
[Streamline compilation messages (default off)]),
|
||||
[
|
||||
QUIET='@echo CC $@;'
|
||||
QUIET_AR='@echo AR $@;'
|
||||
QUIET='@echo " CC" $@;'
|
||||
QUIET_AR='@echo " AR" $@;'
|
||||
LIBTOOL_ARG="--silent"
|
||||
AC_SUBST(QUIET)
|
||||
AC_SUBST(QUIET_AR)
|
||||
|
||||
Reference in New Issue
Block a user