projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
21eccb6
)
Add support for using the prcontext python script instead of grep -C.
author
John Criswell
<criswell@uiuc.edu>
Mon, 2 Aug 2004 22:29:38 +0000
(22:29 +0000)
committer
John Criswell
<criswell@uiuc.edu>
Mon, 2 Aug 2004 22:29:38 +0000
(22:29 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@15426
91177308
-0d34-0410-b5e6-
96231b3b80d8
test/Makefile
patch
|
blob
|
history
diff --git
a/test/Makefile
b/test/Makefile
index f52f543795854d23ace616e88041db14ac1cd12d..173553a4b310b4b718cc51e137521d095ebf8808 100644
(file)
--- a/
test/Makefile
+++ b/
test/Makefile
@@
-51,7
+51,8
@@
CONTEXT= -c "srcroot=$(LLVM_SRC_ROOT)" \
-c "cxx=$(CXX)" \
-c "llvmgcc=$(LLVMGCC)" \
-c "llvmgxx=$(LLVMGXX)" \
- -c "make=$(MAKE)"
+ -c "make=$(MAKE)" \
+ -c "python=$(PYTHON)"
#
# Location of the QMTest program.