Merge pull request #1053 from pieterlange/fix/tempdir
Allow TEMP_DIR to be set externally
This commit is contained in:
commit
eccee3c701
1 changed files with 1 additions and 1 deletions
|
@ -54,7 +54,7 @@ endif
|
||||||
# QEMUARCH=s390x
|
# QEMUARCH=s390x
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
TEMP_DIR := $(shell mktemp -d)
|
TEMP_DIR ?= $(shell mktemp -d)
|
||||||
|
|
||||||
all: all-container
|
all: all-container
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue