summaryrefslogtreecommitdiff
path: root/make/config.mk
diff options
context:
space:
mode:
authorDaniel Dunbar <daniel@zuster.org>2010-01-18 06:48:12 +0000
committerDaniel Dunbar <daniel@zuster.org>2010-01-18 06:48:12 +0000
commita68b0e41908d057f81f31e25346c8b96436b7e4b (patch)
tree89e32c1d6bff47d85f3f227b77d36df2d0f759cf /make/config.mk
parent26d53d047263ca5f5afd81b0c0ecc6d35acebf53 (diff)
Rename DebugMake variable to DEBUGMAKE for consistency (variables that are designed to be overridden), and use VERBOSE=1 instead of VERBOSE!="" for controlling verbosity.
git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@93712 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'make/config.mk')
-rw-r--r--make/config.mk5
1 files changed, 4 insertions, 1 deletions
diff --git a/make/config.mk b/make/config.mk
index f0663aa7f..485119186 100644
--- a/make/config.mk
+++ b/make/config.mk
@@ -65,11 +65,14 @@ RANLIB.Flags := 2> /dev/null
LIPO := lipo
CP := cp
+VERBOSE := 0
+DEBUGMAKE := 0
+
###
# Automatic and derived variables.
# Adjust settings for verbose mode
-ifndef VERBOSE
+ifneq ($(VERBOSE),1)
Verb := @
else
Verb :=