mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-18 14:31:27 +00:00
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
This commit is contained in:
parent
edf6a84a75
commit
8e28a70044
@ -91,7 +91,7 @@ BURG = /home/vadve/vadve/Research/DynOpt/Burg/burg
|
|||||||
BURG_OPTS = -I
|
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
|
# Shorthand for commonly accessed directories
|
||||||
LIBDEBUG := $(BUILD_ROOT_TOP)/lib/Debug
|
LIBDEBUG := $(BUILD_ROOT_TOP)/lib/Debug
|
||||||
|
@ -91,7 +91,7 @@ BURG = /home/vadve/vadve/Research/DynOpt/Burg/burg
|
|||||||
BURG_OPTS = -I
|
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
|
# Shorthand for commonly accessed directories
|
||||||
LIBDEBUG := $(BUILD_ROOT_TOP)/lib/Debug
|
LIBDEBUG := $(BUILD_ROOT_TOP)/lib/Debug
|
||||||
|
Loading…
x
Reference in New Issue
Block a user