summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorJustus Winter <justus@sequoia-pgp.org>2018-03-15 13:32:06 +0100
committerJustus Winter <justus@sequoia-pgp.org>2018-03-15 15:12:06 +0100
commit7e0e881c34c405f46503638597e8c954bea9720b (patch)
treea99c0d7d3132f37475b39af61d8a75ff05c96d25 /Makefile
parent51caa993de94850dbd751e0197770d6071588148 (diff)
Make 'make dist-check' more robust.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index e0ce9628..ceff5502 100644
--- a/Makefile
+++ b/Makefile
@@ -105,7 +105,7 @@ target/dist/sequoia-$(VERSION).tar: target/dist/sequoia-$(VERSION)
.PHONY: dist-test dist-check
dist-test dist-check: target/dist/sequoia-$(VERSION).tar.xz
rm -rf target/dist-check/sequoia-$(VERSION)
- mkdir target/dist-check
+ mkdir -p target/dist-check
$(TAR) xf $< -C target/dist-check
cd target/dist-check/sequoia-$(VERSION) && \
CARGO_HOME=$$(mktemp -d) $(MAKE) test