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

John Criswell criswell at cs.uiuc.edu
Wed Dec 17 14:36:06 PST 2003


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

Makefile updated: 1.4 -> 1.4.4.1

---
Log message:

Hard coded subdirectories to build to ensure that they build.



---
Diffs of the changes:  (+1 -1)

Index: llvm/test/Programs/External/SPEC/Makefile
diff -u llvm/test/Programs/External/SPEC/Makefile:1.4 llvm/test/Programs/External/SPEC/Makefile:1.4.4.1
--- llvm/test/Programs/External/SPEC/Makefile:1.4	Tue Aug 19 16:30:30 2003
+++ llvm/test/Programs/External/SPEC/Makefile	Wed Dec 17 14:35:06 2003
@@ -1,3 +1,3 @@
 LEVEL = ../../../..
-DIRS := $(sort $(filter-out CVS/, $(wildcard */)))
+DIRS := CFP2000 CINT2000
 include ${LEVEL}/test/Programs/Makefile.programs





More information about the llvm-commits mailing list