diff options
| author | Simon Sapin <simon.sapin@exyr.org> | 2016-08-17 16:23:11 +0200 |
|---|---|---|
| committer | Simon Sapin <simon.sapin@exyr.org> | 2016-08-17 16:23:11 +0200 |
| commit | 12a159abeaaf54eaf85c0d5fd6b41a7787cb3571 (patch) | |
| tree | 1c73e79bab362fa9d184eb6da155d1f55930e1c9 | |
| parent | 6c0d66af693dc960e042631643b0d76a05a4b9a9 (diff) | |
| download | rust-12a159abeaaf54eaf85c0d5fd6b41a7787cb3571.tar.gz rust-12a159abeaaf54eaf85c0d5fd6b41a7787cb3571.zip | |
Add 'make help' for rustbuild
It is still advertised by the configure script.
| -rw-r--r-- | src/bootstrap/mk/Makefile.in | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/bootstrap/mk/Makefile.in b/src/bootstrap/mk/Makefile.in index c657785d78b..cc44d45c2cc 100644 --- a/src/bootstrap/mk/Makefile.in +++ b/src/bootstrap/mk/Makefile.in @@ -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 |
