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 | |
parent | edf6a84a75ffcae567f1242de44423964b5653d4 (diff) |
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
-rw-r--r-- | Makefile.common | 2 | ||||
-rw-r--r-- | Makefile.rules | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.common b/Makefile.common index 2c5f9310c0..60ce5f1f89 100644 --- a/Makefile.common +++ b/Makefile.common @@ -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 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 |