aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/relx.mk
diff options
context:
space:
mode:
authorKrzysztof Jurewicz <[email protected]>2018-02-11 10:51:34 +0100
committerLoïc Hoguin <[email protected]>2018-03-14 17:48:47 +0100
commit30f851d1f1d48d30d3b42df32acb6bb980d2a95d (patch)
tree80e5c1d692458edf4f60d6783ae6ea4377ca1a65 /plugins/relx.mk
parent4fbc1ff227e8d9b8a59cb922d9d9fd8987476ec8 (diff)
downloaderlang.mk-30f851d1f1d48d30d3b42df32acb6bb980d2a95d.tar.gz
erlang.mk-30f851d1f1d48d30d3b42df32acb6bb980d2a95d.tar.bz2
erlang.mk-30f851d1f1d48d30d3b42df32acb6bb980d2a95d.zip
Create temporary directory when generating relx
Diffstat (limited to 'plugins/relx.mk')
-rw-r--r--plugins/relx.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/relx.mk b/plugins/relx.mk
index 267d899..d276219 100644
--- a/plugins/relx.mk
+++ b/plugins/relx.mk
@@ -39,6 +39,7 @@ distclean:: distclean-relx-rel
# Plugin-specific targets.
$(RELX):
+ $(verbose) mkdir -p $(ERLANG_MK_TMP)
$(gen_verbose) $(call core_http_get,$(RELX),$(RELX_URL))
$(verbose) chmod +x $(RELX)