summaryrefslogtreecommitdiff
path: root/Makefile.rules
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2002-08-17 21:39:58 +0000
committerChris Lattner <sabre@nondot.org>2002-08-17 21:39:58 +0000
commit8e28a7004461c6170d3242cc912e2f1e71d3dbf6 (patch)
tree51da29497ef1f12dde26d7bc0cacbc7c0e10f8b7 /Makefile.rules
parentedf6a84a75ffcae567f1242de44423964b5653d4 (diff)
downloadllvm-8e28a7004461c6170d3242cc912e2f1e71d3dbf6.tar.gz
llvm-8e28a7004461c6170d3242cc912e2f1e71d3dbf6.tar.bz2
llvm-8e28a7004461c6170d3242cc912e2f1e71d3dbf6.tar.xz
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.rules2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.rules b/Makefile.rules
index 2c5f9310c0..60ce5f1f89 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