[llvm-commits] CVS: llvm/test/Makefile
Reid Spencer
reid at x10sys.com
Sat Oct 30 02:19:48 PDT 2004
Changes in directory llvm/test:
Makefile updated: 1.55 -> 1.56
---
Log message:
Internalize variable names to prevent recursive assignment. Cleanup docs.
---
Diffs of the changes: (+1 -1)
Index: llvm/test/Makefile
diff -u llvm/test/Makefile:1.55 llvm/test/Makefile:1.56
--- llvm/test/Makefile:1.55 Sun Sep 5 03:18:23 2004
+++ llvm/test/Makefile Sat Oct 30 04:19:36 2004
@@ -44,7 +44,7 @@
#
CONTEXT= -c "srcroot=$(LLVM_SRC_ROOT)" \
-c "buildroot=$(LLVM_OBJ_ROOT)" \
- -c "buildtype=$(CONFIGURATION)" \
+ -c "buildtype=$(Configuration)" \
-c "tmpdir=$(LLVM_OBJ_ROOT)/test/tmp" \
-c "coresize=0" \
-c "cc=$(CC)" \
More information about the llvm-commits
mailing list