summaryrefslogtreecommitdiffstats
path: root/llvm
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2002-04-07 06:18:40 +0000
committerChris Lattner <sabre@nondot.org>2002-04-07 06:18:40 +0000
commitc0427b9ce97ca0aad5dde044c1b93947919d56aa (patch)
tree34cef1f00c9171b28c4d5e403d223006fc38f539 /llvm
parentde5047b1747aaf7a67c7fc9c76c076c19e4b3edb (diff)
downloadbcm5719-llvm-c0427b9ce97ca0aad5dde044c1b93947919d56aa.tar.gz
bcm5719-llvm-c0427b9ce97ca0aad5dde044c1b93947919d56aa.zip
Hopefully this change will make the makefile work for other people without hacking it.
llvm-svn: 2128
Diffstat (limited to 'llvm')
-rw-r--r--llvm/Makefile.common2
-rw-r--r--llvm/Makefile.rules2
2 files changed, 2 insertions, 2 deletions
diff --git a/llvm/Makefile.common b/llvm/Makefile.common
index a3ac71968cc..a376a113cab 100644
--- a/llvm/Makefile.common
+++ b/llvm/Makefile.common
@@ -39,7 +39,7 @@ BURG = /home/vadve/vadve/Research/DynOpt/Burg/burg
BURG_OPTS = -I
-PURIFY = /usr/dcs/applications/purify/bin/purify -cache-dir="/home/vadve/lattner/purifycache" -chain-length="10" -messages=all
+PURIFY = /usr/dcs/applications/purify/bin/purify -cache-dir="$(HOME)/purifycache" -chain-length="30" -messages=all
#---------------------------------------------------------
# Compilation options...
diff --git a/llvm/Makefile.rules b/llvm/Makefile.rules
index a3ac71968cc..a376a113cab 100644
--- a/llvm/Makefile.rules
+++ b/llvm/Makefile.rules
@@ -39,7 +39,7 @@ BURG = /home/vadve/vadve/Research/DynOpt/Burg/burg
BURG_OPTS = -I
-PURIFY = /usr/dcs/applications/purify/bin/purify -cache-dir="/home/vadve/lattner/purifycache" -chain-length="10" -messages=all
+PURIFY = /usr/dcs/applications/purify/bin/purify -cache-dir="$(HOME)/purifycache" -chain-length="30" -messages=all
#---------------------------------------------------------
# Compilation options...
OpenPOWER on IntegriCloud