diff options
author | Jo-Philipp Wich <jo@mein.io> | 2017-12-12 16:28:04 +0100 |
---|---|---|
committer | Jo-Philipp Wich <jo@mein.io> | 2017-12-12 17:44:01 +0100 |
commit | 72051f70368b53afa3305e1485c62b7e47fc1210 (patch) | |
tree | 510e6399bf65ce4b6552b646666277fabc791957 /rules.mk | |
parent | 902961c148b1f6d06a6159090366250281d801d7 (diff) | |
download | upstream-72051f70368b53afa3305e1485c62b7e47fc1210.tar.gz upstream-72051f70368b53afa3305e1485c62b7e47fc1210.tar.bz2 upstream-72051f70368b53afa3305e1485c62b7e47fc1210.zip |
rules.mk: export TMPDIR
Set TMPDIR to the same value as the existing TMP_DIR variable in order to
let gcc and various other utilities use the local temporary directory
instead of the system-wide one.
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
Diffstat (limited to 'rules.mk')
-rw-r--r-- | rules.mk | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -21,6 +21,7 @@ DUMP:=1 endif export TMP_DIR:=$(TOPDIR)/tmp +export TMPDIR:=$(TMP_DIR) qstrip=$(strip $(subst ",,$(1))) #")) |