Skip to content

Commit 1e13de8

Browse files
authored
Rollup merge of rust-lang#35750 - SimonSapin:help, r=alexcrichton
Add 'make help' for rustbuild It is still advertised by the configure script.
2 parents f1861b8 + 12a159a commit 1e13de8

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/bootstrap/mk/Makefile.in

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,10 @@ BOOTSTRAP := $(CFG_PYTHON) $(CFG_SRC_DIR)src/bootstrap/bootstrap.py $(BOOTSTRAP_
2222
all:
2323
$(Q)$(BOOTSTRAP)
2424

25+
# Don’t use $(Q) here, always show how to invoke the bootstrap script directly
26+
help:
27+
$(BOOTSTRAP) --help
28+
2529
clean:
2630
$(Q)$(BOOTSTRAP) --clean
2731

0 commit comments

Comments
 (0)