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

Chris Lattner sabre at nondot.org
Wed May 16 16:49:41 PDT 2007



Changes in directory llvm-test/SingleSource:

Makefile updated: 1.13 -> 1.14
---
Log message:

remove customchecked


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

 Makefile |    4 ----
 1 files changed, 4 deletions(-)


Index: llvm-test/SingleSource/Makefile
diff -u llvm-test/SingleSource/Makefile:1.13 llvm-test/SingleSource/Makefile:1.14
--- llvm-test/SingleSource/Makefile:1.13	Fri May  4 16:50:39 2007
+++ llvm-test/SingleSource/Makefile	Wed May 16 18:49:21 2007
@@ -2,10 +2,6 @@
 
 PARALLEL_DIRS  = UnitTests Regression Benchmarks
 
-ifndef REMOTE_HOST
-PARALLEL_DIRS += CustomChecked
-endif
-
 LDFLAGS += -lm
 
 include Makefile.singlesrc






More information about the llvm-commits mailing list