[llvm-commits] CVS: llvm/test/Programs/External/SPEC/Makefile

John Criswell criswell at cs.uiuc.edu
Mon Aug 18 10:03:04 PDT 2003


Changes in directory llvm/test/Programs/External/SPEC:

Makefile updated: 1.2 -> 1.3

---
Log message:

Added code that will conditionally test SPEC if USE_SPEC is defined.
Moved the conditional code higher in the makefile system.  This should
improve efficiency slightly.



---
Diffs of the changes:

Index: llvm/test/Programs/External/SPEC/Makefile
diff -u llvm/test/Programs/External/SPEC/Makefile:1.2 llvm/test/Programs/External/SPEC/Makefile:1.3
--- llvm/test/Programs/External/SPEC/Makefile:1.2	Tue Aug 12 13:51:51 2003
+++ llvm/test/Programs/External/SPEC/Makefile	Mon Aug 18 10:02:08 2003
@@ -1,5 +1,4 @@
 LEVEL = ../../../..
-ifdef USE_SPEC
 DIRS := $(sort $(filter-out CVS/, $(wildcard */)))
-endif
 include ${LEVEL}/test/Makefile.tests
+





More information about the llvm-commits mailing list