rules.mk: export TMPDIR
authorJo-Philipp Wich <jo@mein.io>
Tue, 12 Dec 2017 15:28:04 +0000 (16:28 +0100)
committerJo-Philipp Wich <jo@mein.io>
Tue, 12 Dec 2017 16:44:01 +0000 (17:44 +0100)
commit72051f70368b53afa3305e1485c62b7e47fc1210
tree510e6399bf65ce4b6552b646666277fabc791957
parent902961c148b1f6d06a6159090366250281d801d7
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>
rules.mk