Skip to content

Commit 12a159a

Browse files
committed
Add 'make help' for rustbuild
It is still advertised by the configure script.
1 parent 6c0d66a commit 12a159a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/bootstrap/mk/Makefile.in

+4
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)