Allow TEMP_DIR to be set externally

This commit is contained in:
Pieter Lange 2017-08-01 16:14:42 +02:00
parent 848144a990
commit fa5c2a1f72

View file

@ -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