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.
dist
distcheck
1 parent 4cda3b6 commit c7f4cdcCopy full SHA for c7f4cdc
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