Skip to content

Commit

Permalink
rustbuild: Run dist on a distcheck
Browse files Browse the repository at this point in the history
This is what the nightly bots expect, so let's be sure to do that.
  • Loading branch information
alexcrichton committed Dec 14, 2016
1 parent 4cda3b6 commit c7f4cdc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/bootstrap/mk/Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit c7f4cdc

Please sign in to comment.