[llvm-commits] CVS: llvm/Makefile.config.in
Misha Brukman
brukman at cs.uiuc.edu
Wed Jul 2 16:21:00 PDT 2003
Changes in directory llvm:
Makefile.config.in updated: 1.8 -> 1.9
---
Log message:
The word `open' was really intended to be `option'.
---
Diffs of the changes:
Index: llvm/Makefile.config.in
diff -u llvm/Makefile.config.in:1.8 llvm/Makefile.config.in:1.9
--- llvm/Makefile.config.in:1.8 Wed Jul 2 16:16:06 2003
+++ llvm/Makefile.config.in Wed Jul 2 16:20:04 2003
@@ -148,7 +148,7 @@
#ENABLE_PROFILING = 1
#
-# This open tells the Makefiles to produce verbose output.
+# This option tells the Makefiles to produce verbose output.
# It essentially prints the commands that make is executing
#
#VERBOSE = 1
More information about the llvm-commits
mailing list