about summary refs log tree commit diff
path: root/src/bootstrap/mk
diff options
context:
space:
mode:
authorAlex Crichton <alex@alexcrichton.com>2016-12-14 10:59:17 -0800
committerAlex Crichton <alex@alexcrichton.com>2016-12-14 11:03:22 -0800
commitc7f4cdcabc1422ffc4e74b94346cf4a8b7162028 (patch)
tree4bcc4f15c91fb5c9657f987c9b63515bc074e1a5 /src/bootstrap/mk
parent4cda3b6a653bcbdc820d135a9e80c4bcba1dbc04 (diff)
downloadrust-c7f4cdcabc1422ffc4e74b94346cf4a8b7162028.tar.gz
rust-c7f4cdcabc1422ffc4e74b94346cf4a8b7162028.zip
rustbuild: Run `dist` on a `distcheck`
This is what the nightly bots expect, so let's be sure to do that.
Diffstat (limited to 'src/bootstrap/mk')
-rw-r--r--src/bootstrap/mk/Makefile.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/bootstrap/mk/Makefile.in b/src/bootstrap/mk/Makefile.in
index 1fa70081938..cbcd85fb6b0 100644
--- a/src/bootstrap/mk/Makefile.in
+++ b/src/bootstrap/mk/Makefile.in
@@ -56,7 +56,8 @@ check-cargotest:
 dist:
 	$(Q)$(BOOTSTRAP) dist $(BOOTSTRAP_ARGS)
 distcheck:
-	$(Q)$(BOOTSTRAP) test distcheck
+	$(Q)$(BOOTSTRAP) dist $(BOOTSTRAP_ARGS)
+	$(Q)$(BOOTSTRAP) test distcheck $(BOOTSTRAP_ARGS)
 install:
 	$(Q)$(BOOTSTRAP) dist --install $(BOOTSTRAP_ARGS)
 tidy: