diff options
author | Chris Lattner <sabre@nondot.org> | 2002-08-17 21:39:58 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2002-08-17 21:39:58 +0000 |
commit | 8e28a7004461c6170d3242cc912e2f1e71d3dbf6 (patch) | |
tree | 51da29497ef1f12dde26d7bc0cacbc7c0e10f8b7 /Makefile.rules | |
parent | edf6a84a75ffcae567f1242de44423964b5653d4 (diff) | |
download | external_llvm-8e28a7004461c6170d3242cc912e2f1e71d3dbf6.zip external_llvm-8e28a7004461c6170d3242cc912e2f1e71d3dbf6.tar.gz external_llvm-8e28a7004461c6170d3242cc912e2f1e71d3dbf6.tar.bz2 |
Throw purify temporary files into /shared if we have it.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3365 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'Makefile.rules')
-rw-r--r-- | Makefile.rules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.rules b/Makefile.rules index 2c5f931..60ce5f1 100644 --- a/Makefile.rules +++ b/Makefile.rules @@ -91,7 +91,7 @@ BURG = /home/vadve/vadve/Research/DynOpt/Burg/burg BURG_OPTS = -I -PURIFY = /usr/dcs/applications/purify/bin/purify -cache-dir="$(HOME)/purifycache" -chain-length="30" -messages=all +PURIFY = /usr/dcs/applications/purify/bin/purify -cache-dir="$(BUILD_ROOT_TOP)/../purifycache" -chain-length="30" -messages=all # Shorthand for commonly accessed directories LIBDEBUG := $(BUILD_ROOT_TOP)/lib/Debug |