Throw purify temporary files into /shared if we have it.
authorChris Lattner <sabre@nondot.org>
Sat, 17 Aug 2002 21:39:58 +0000 (21:39 +0000)
committerChris Lattner <sabre@nondot.org>
Sat, 17 Aug 2002 21:39:58 +0000 (21:39 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3365 91177308-0d34-0410-b5e6-96231b3b80d8

Makefile.common
Makefile.rules

index 2c5f9310c0b3437485e4312edc99b7ae53a00a18..60ce5f1f8914ffffc01c25d0370b2e0951dd0783 100644 (file)
@@ -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
index 2c5f9310c0b3437485e4312edc99b7ae53a00a18..60ce5f1f8914ffffc01c25d0370b2e0951dd0783 100644 (file)
@@ -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