[llvm-commits] CVS: llvm/test/Makefile
John Criswell
criswell at cs.uiuc.edu
Wed Aug 6 16:51:01 PDT 2003
Changes in directory llvm/test:
Makefile updated: 1.34 -> 1.35
---
Log message:
Removed Makefile.common.
Since we are including Makefile.test, we automatically get Makefile.common.
Furthermore, the double inclusion of Makefile.common causes the test suite to
be executed twice per invocation of the top level make.
---
Diffs of the changes:
Index: llvm/test/Makefile
diff -u llvm/test/Makefile:1.34 llvm/test/Makefile:1.35
--- llvm/test/Makefile:1.34 Wed Nov 6 14:36:52 2002
+++ llvm/test/Makefile Wed Aug 6 16:50:36 2003
@@ -1,5 +1,4 @@
LEVEL = ..
DIRS = Feature Regression Programs
-include ../Makefile.common
include Makefile.tests
More information about the llvm-commits
mailing list