[llvm-commits] CVS: llvm/Makefile.config.in
Chris Lattner
lattner at cs.uiuc.edu
Mon Jun 30 17:42:01 PDT 2003
Changes in directory llvm:
Makefile.config.in updated: 1.3 -> 1.4
---
Log message:
Fix verbose support bug
---
Diffs of the changes:
Index: llvm/Makefile.config.in
diff -u llvm/Makefile.config.in:1.3 llvm/Makefile.config.in:1.4
--- llvm/Makefile.config.in:1.3 Mon Jun 30 17:33:53 2003
+++ llvm/Makefile.config.in Mon Jun 30 17:41:22 2003
@@ -143,7 +143,6 @@
# It essentially prints the commands that make is executing
#
#VERBOSE = 1
- at ENABLE_VERBOSE@
# When ENABLE_PURIFY is set to 1, the LLVM tools are linked with purify (which
# must be locally installed) to allow for some automated memory error debugging.
More information about the llvm-commits
mailing list