[llvm-commits] CVS: llvm/Makefile
Reid Spencer
reid at x10sys.com
Sun Dec 5 21:35:11 PST 2004
Changes in directory llvm:
Makefile updated: 1.46 -> 1.47
---
Log message:
Remove the check target. Its now in Makefile.rules
---
Diffs of the changes: (+0 -3)
Index: llvm/Makefile
diff -u llvm/Makefile:1.46 llvm/Makefile:1.47
--- llvm/Makefile:1.46 Sat Dec 4 16:33:58 2004
+++ llvm/Makefile Sun Dec 5 23:35:00 2004
@@ -41,7 +41,4 @@
$(TopDistDir)/include/llvm/Support/DataTypes.h \
$(TopDistDir)/include/llvm/Support/ThreadSupport.h
-check :
- $(MAKE) -C test check TESTSUITE=$(TESTSUITE)
-
tools-only: all
More information about the llvm-commits
mailing list