aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.rules
diff options
context:
space:
mode:
authorDavid Greene <greened@obbligato.org>2007-06-29 03:36:21 +0000
committerDavid Greene <greened@obbligato.org>2007-06-29 03:36:21 +0000
commitcba291821d353f1afbef8e4c04dbe14415240289 (patch)
tree6e1672a5ff5cec923b5ce825e4fd0d34a0275601 /Makefile.rules
parent1c01cf9baa4b6e8993f9cbc4b003514e805bd4f1 (diff)
downloadexternal_llvm-cba291821d353f1afbef8e4c04dbe14415240289.zip
external_llvm-cba291821d353f1afbef8e4c04dbe14415240289.tar.gz
external_llvm-cba291821d353f1afbef8e4c04dbe14415240289.tar.bz2
Clean up comments to be consistent with code.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@37798 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'Makefile.rules')
-rw-r--r--Makefile.rules5
1 files changed, 3 insertions, 2 deletions
diff --git a/Makefile.rules b/Makefile.rules
index 3da1135..d35447d 100644
--- a/Makefile.rules
+++ b/Makefile.rules
@@ -260,8 +260,9 @@ else
C.Flags += -D_DEBUG
endif
-# If DISABLE_EXPENSIVE_CHECKS=1 is specified (make command line or configured),
-# then disable expensive checks by defining the appropriate preprocessor symbols.
+# If ENABLE_EXPENSIVE_CHECKS=1 is specified (make command line or
+# configured), then enable expensive checks by defining the
+# appropriate preprocessor symbols.
ifdef ENABLE_EXPENSIVE_CHECKS
BuildMode := $(BuildMode)+Checks
CXX.Flags += -D_GLIBCXX_DEBUG