Add support for using the prcontext python script instead of grep -C.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@15426 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
John Criswell 2004-08-02 22:29:38 +00:00
parent 21eccb6563
commit 955a742569

View File

@ -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.