]> git.lizzy.rs Git - rust.git/commitdiff
rustbuild: Run `dist` on a `distcheck`
authorAlex Crichton <alex@alexcrichton.com>
Wed, 14 Dec 2016 18:59:17 +0000 (10:59 -0800)
committerAlex Crichton <alex@alexcrichton.com>
Wed, 14 Dec 2016 19:03:22 +0000 (11:03 -0800)
This is what the nightly bots expect, so let's be sure to do that.

src/bootstrap/mk/Makefile.in

index 1fa70081938ff2b446f034d9a40d25a2aad01103..cbcd85fb6b0d8013aa1a377fc9432b319db5605e 100644 (file)
@@ -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: