mirror of
https://github.com/gryf/wmaker.git
synced 2025-12-22 05:48:01 +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],
|
AC_ARG_ENABLE(verbose-compile, AS_HELP_STRING([--disable-verbose-compile],
|
||||||
[Streamline compilation messages (default off)]),
|
[Streamline compilation messages (default off)]),
|
||||||
[
|
[
|
||||||
QUIET='@echo CC $@;'
|
QUIET='@echo " CC" $@;'
|
||||||
QUIET_AR='@echo AR $@;'
|
QUIET_AR='@echo " AR" $@;'
|
||||||
LIBTOOL_ARG="--silent"
|
LIBTOOL_ARG="--silent"
|
||||||
AC_SUBST(QUIET)
|
AC_SUBST(QUIET)
|
||||||
AC_SUBST(QUIET_AR)
|
AC_SUBST(QUIET_AR)
|
||||||
|
|||||||
Reference in New Issue
Block a user