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

John Criswell criswell at cs.uiuc.edu
Wed Nov 3 09:33:43 PST 2004



Changes in directory llvm-test/External:

Makefile updated: 1.19 -> 1.20
---
Log message:

Remove FPGrowth for now.  I thought it worked, but it doesn't.
Time to put it back on the TODO list.


---
Diffs of the changes:  (+2 -0)

Index: llvm-test/External/Makefile
diff -u llvm-test/External/Makefile:1.19 llvm-test/External/Makefile:1.20
--- llvm-test/External/Makefile:1.19	Wed Nov  3 07:17:53 2004
+++ llvm-test/External/Makefile	Wed Nov  3 11:33:29 2004
@@ -20,6 +20,8 @@
 
 ifndef USE_FPGROWTH
 PARALLEL_DIRS := $(filter-out FPGrowth, $(PARALLEL_DIRS))
+else
+PARALLEL_DIRS := $(filter-out FPGrowth, $(PARALLEL_DIRS))
 endif
 
 # Sparc can't handle Namd: infinite loop, cause unknown






More information about the llvm-commits mailing list