Auto merge of #38367 - alexcrichton:fix-nightiles, r=brson

rustbuild: Run `dist` on a `distcheck`

This is what the nightly bots expect, so let's be sure to do that.
This commit is contained in:
bors 2016-12-14 20:35:10 +00:00
commit 0d558d012a

View 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: