[llvm-commits] CVS: poolalloc/test/Makefile
Chris Lattner
lattner at cs.uiuc.edu
Tue Mar 2 16:46:01 PST 2004
Changes in directory poolalloc/test:
Makefile updated: 1.8 -> 1.9
---
Log message:
disable parallel builds
---
Diffs of the changes: (+2 -2)
Index: poolalloc/test/Makefile
diff -u poolalloc/test/Makefile:1.8 poolalloc/test/Makefile:1.9
--- poolalloc/test/Makefile:1.8 Tue Mar 2 09:51:22 2004
+++ poolalloc/test/Makefile Tue Mar 2 16:42:08 2004
@@ -15,12 +15,12 @@
# tests...
test::
(cd $(LLVM_OBJ_ROOT)/test/Programs/$(SUBDIR); \
- PROJECT_DIR=$(BUILD_OBJ_ROOT) $(MAKE) TEST=poolalloc \
+ PROJECT_DIR=$(BUILD_OBJ_ROOT) $(MAKE) -j1 TEST=poolalloc \
report report.html)
@printf "\a"; sleep 1; printf "\a"; sleep 1; printf "\a"
vtl::
(cd $(LLVM_OBJ_ROOT)/test/Programs/$(SUBDIR); \
- PROJECT_DIR=$(BUILD_OBJ_ROOT) $(MAKE) TEST=pavtl \
+ PROJECT_DIR=$(BUILD_OBJ_ROOT) $(MAKE) -j1 TEST=pavtl \
test)
@printf "\a"; sleep 1; printf "\a"; sleep 1; printf "\a"
More information about the llvm-commits
mailing list