[llvm-commits] CVS: llvm/Makefile.rules

David Greene greened at obbligato.org
Thu Jun 28 20:37:02 PDT 2007



Changes in directory llvm:

Makefile.rules updated: 1.436 -> 1.437
---
Log message:

Clean up comments to be consistent with code.


---
Diffs of the changes:  (+3 -2)

 Makefile.rules |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)


Index: llvm/Makefile.rules
diff -u llvm/Makefile.rules:1.436 llvm/Makefile.rules:1.437
--- llvm/Makefile.rules:1.436	Thu Jun 28 14:36:08 2007
+++ llvm/Makefile.rules	Thu Jun 28 22:36:21 2007
@@ -260,8 +260,9 @@
   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






More information about the llvm-commits mailing list