summaryrefslogtreecommitdiff
path: root/lib/make/make.configuration
diff options
context:
space:
mode:
Diffstat (limited to 'lib/make/make.configuration')
-rw-r--r--lib/make/make.configuration4
1 files changed, 1 insertions, 3 deletions
diff --git a/lib/make/make.configuration b/lib/make/make.configuration
index 8d74235d..87660cec 100644
--- a/lib/make/make.configuration
+++ b/lib/make/make.configuration
@@ -8,9 +8,6 @@
# @version $Id$
# @@*/
-# Silence all but designated output
-#.VERBOSE:
-
# Some configuration variables
CONFIG = $(TOP)/config-data
BINDINGS_DIR = $(TOP)/bindings
@@ -49,6 +46,7 @@ CACTUSLIBS = $(FLESHLIB) $(BINDINGSLIB)
DIVEL = __________________
DIVIDER = $(DIVEL)$(DIVEL)$(DIVEL)$(DIVEL)
define NOTIFY_DIVIDER
+ VERBOSE=`echo $VERBOSE | tr '[:upper:]' '[:lower:]'`; \
if test "$(VERBOSE)" = "yes"; then echo $(DIVIDER); fi
endef