projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
49bf862
)
Fix verbose support bug
author
Chris Lattner
<sabre@nondot.org>
Mon, 30 Jun 2003 22:41:22 +0000
(22:41 +0000)
committer
Chris Lattner
<sabre@nondot.org>
Mon, 30 Jun 2003 22:41:22 +0000
(22:41 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7023
91177308
-0d34-0410-b5e6-
96231b3b80d8
Makefile.config.in
patch
|
blob
|
history
diff --git
a/Makefile.config.in
b/Makefile.config.in
index 11f65319203fec2ff9260a8797417b85091902d6..7c85e10c0b5baeb7e379faef13a5f6144a354498 100644
(file)
--- a/
Makefile.config.in
+++ b/
Makefile.config.in
@@
-143,7
+143,6
@@
PAPIDIR := @PAPIDIR@
# It essentially prints the commands that make is executing
#
#VERBOSE = 1
-@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.