[llvm-commits] CVS: llvm/test/Programs/SingleSource/Makefile
Chris Lattner
lattner at cs.uiuc.edu
Thu Jan 16 13:55:05 PST 2003
Changes in directory llvm/test/Programs/SingleSource:
Makefile updated: 1.3 -> 1.4
---
Log message:
Build stuff in parallel
---
Diffs of the changes:
Index: llvm/test/Programs/SingleSource/Makefile
diff -u llvm/test/Programs/SingleSource/Makefile:1.3 llvm/test/Programs/SingleSource/Makefile:1.4
--- llvm/test/Programs/SingleSource/Makefile:1.3 Mon Nov 4 13:57:36 2002
+++ llvm/test/Programs/SingleSource/Makefile Thu Jan 16 13:54:41 2003
@@ -1,4 +1,4 @@
LEVEL = ../../..
-DIRS = UnitTests Shootout Ptrdist-anagram
+PARALLEL_DIRS = UnitTests Shootout Ptrdist-anagram
include Makefile.singlesrc
More information about the llvm-commits
mailing list