Merge pull request #1053 from pieterlange/fix/tempdir

Allow TEMP_DIR to be set externally
This commit is contained in:
Manuel Alejandro de Brito Fontes 2017-08-01 10:38:03 -04:00 committed by GitHub
commit eccee3c701

View file

@ -54,7 +54,7 @@ endif
# QEMUARCH=s390x
#endif
TEMP_DIR := $(shell mktemp -d)
TEMP_DIR ?= $(shell mktemp -d)
all: all-container