[llvm-commits] CVS: llvm/test/Makefile.tests
Chris Lattner
lattner at cs.uiuc.edu
Fri Aug 22 19:52:59 PDT 2003
Changes in directory llvm/test:
Makefile.tests updated: 1.75 -> 1.76
---
Log message:
Disable .d file generation for LLVM tests
---
Diffs of the changes:
Index: llvm/test/Makefile.tests
diff -u llvm/test/Makefile.tests:1.75 llvm/test/Makefile.tests:1.76
--- llvm/test/Makefile.tests:1.75 Wed Aug 20 17:42:17 2003
+++ llvm/test/Makefile.tests Fri Aug 22 09:09:46 2003
@@ -13,6 +13,9 @@
test::
endif
+# We do not want to make .d files for tests!
+DISABLE_AUTO_DEPENDENCIES=1
+
include ${LEVEL}/Makefile.common
# Specify ENABLE_STATS on the command line to enable -stats and -time-passes
@@ -20,7 +23,6 @@
ifdef ENABLE_STATS
STATS = -stats -time-passes
endif
-
.PHONY: clean default
More information about the llvm-commits
mailing list