We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b197e4a + c7f4cdc commit 0d558d0Copy full SHA for 0d558d0
src/bootstrap/mk/Makefile.in
@@ -56,7 +56,8 @@ check-cargotest:
56
dist:
57
$(Q)$(BOOTSTRAP) dist $(BOOTSTRAP_ARGS)
58
distcheck:
59
- $(Q)$(BOOTSTRAP) test distcheck
+ $(Q)$(BOOTSTRAP) dist $(BOOTSTRAP_ARGS)
60
+ $(Q)$(BOOTSTRAP) test distcheck $(BOOTSTRAP_ARGS)
61
install:
62
$(Q)$(BOOTSTRAP) dist --install $(BOOTSTRAP_ARGS)
63
tidy:
0 commit comments