Navigation Menu

Skip to content

Commit

Permalink
Add 'make help' for rustbuild
Browse files Browse the repository at this point in the history
It is still advertised by the configure script.
  • Loading branch information
SimonSapin committed Aug 17, 2016
1 parent 6c0d66a commit 12a159a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/bootstrap/mk/Makefile.in
Expand Up @@ -22,6 +22,10 @@ BOOTSTRAP := $(CFG_PYTHON) $(CFG_SRC_DIR)src/bootstrap/bootstrap.py $(BOOTSTRAP_
all:
$(Q)$(BOOTSTRAP)

# Don’t use $(Q) here, always show how to invoke the bootstrap script directly
help:
$(BOOTSTRAP) --help

clean:
$(Q)$(BOOTSTRAP) --clean

Expand Down

0 comments on commit 12a159a

Please sign in to comment.