mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2026-03-02 17:54:29 +01:00
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> (cherry picked from commit 52a3477ff91a2009e451d5dce307e9cc945e9ffa)
This commit is contained in:
parent
e719a08cc1
commit
b41d154f50
1 changed files with 1 additions and 0 deletions
1
rules.mk
1
rules.mk
|
|
@ -21,6 +21,7 @@ DUMP:=1
|
|||
endif
|
||||
|
||||
export TMP_DIR:=$(TOPDIR)/tmp
|
||||
export TMPDIR:=$(TMP_DIR)
|
||||
|
||||
qstrip=$(strip $(subst ",,$(1)))
|
||||
#"))
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue