summaryrefslogtreecommitdiff
path: root/test/Makefile
diff options
context:
space:
mode:
authorReid Spencer <rspencer@reidspencer.com>2004-10-30 09:19:36 +0000
committerReid Spencer <rspencer@reidspencer.com>2004-10-30 09:19:36 +0000
commitcc2d1e25f37d0d00c7f7f3ec562be61bc34e54ca (patch)
tree0ce5dd37251c7723bad243a23d047058cb65afaa /test/Makefile
parentf1bd4b4215a838c5ff0f3c68600d012d2cdebfa7 (diff)
downloadllvm-cc2d1e25f37d0d00c7f7f3ec562be61bc34e54ca.tar.gz
llvm-cc2d1e25f37d0d00c7f7f3ec562be61bc34e54ca.tar.bz2
llvm-cc2d1e25f37d0d00c7f7f3ec562be61bc34e54ca.tar.xz
Internalize variable names to prevent recursive assignment. Cleanup docs.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17359 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Makefile')
-rw-r--r--test/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Makefile b/test/Makefile
index c3244d6609..7dac2af771 100644
--- a/test/Makefile
+++ b/test/Makefile
@@ -44,7 +44,7 @@ endif
#
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)" \