[llvm-commits] CVS: llvm/test/Makefile
Brian Gaeke
gaeke at cs.uiuc.edu
Wed Nov 3 09:11:33 PST 2004
Changes in directory llvm/test:
Makefile updated: 1.56 -> 1.57
---
Log message:
CONFIGURATION isn't spelled Configuration, it's spelled BuildMode.
Due to qmtest's or llvm.py's lousy error checking, this single error
causes qmtest to fork-bomb the machine, filling the process table with
python processes that do nothing. Clearly, better error checking is
needed.
---
Diffs of the changes: (+1 -1)
Index: llvm/test/Makefile
diff -u llvm/test/Makefile:1.56 llvm/test/Makefile:1.57
--- llvm/test/Makefile:1.56 Sat Oct 30 04:19:36 2004
+++ llvm/test/Makefile Wed Nov 3 11:11:23 2004
@@ -44,7 +44,7 @@
#
CONTEXT= -c "srcroot=$(LLVM_SRC_ROOT)" \
-c "buildroot=$(LLVM_OBJ_ROOT)" \
- -c "buildtype=$(Configuration)" \
+ -c "buildtype=$(BuildMode)" \
-c "tmpdir=$(LLVM_OBJ_ROOT)/test/tmp" \
-c "coresize=0" \
-c "cc=$(CC)" \
More information about the llvm-commits
mailing list