diff options
author | Thomas Miedema <thomasmiedema@gmail.com> | 2015-07-10 18:38:02 +0200 |
---|---|---|
committer | Thomas Miedema <thomasmiedema@gmail.com> | 2015-07-13 21:07:42 +0200 |
commit | ec197d390e18a6cfaa420009f5c5f143237f5a9f (patch) | |
tree | b4b12c0a364cf4f6b50597d8044fc5347c2c1add /MAKEHELP.md | |
parent | 2e52057adaab6d29c55a87fa9e52cdae4b9e3182 (diff) | |
download | haskell-ec197d390e18a6cfaa420009f5c5f143237f5a9f.tar.gz |
Build system: add `make show!` command (#7810)
A normal `make show` starts a build of the ghc-stage1 compiler, to
create package-data.mk files. This version doesn't read those, so it
will work right after ./configure.
Differential Revision: https://phabricator.haskell.org/D1064
Diffstat (limited to 'MAKEHELP.md')
-rw-r--r-- | MAKEHELP.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/MAKEHELP.md b/MAKEHELP.md index ff0e4340a5..3b58292600 100644 --- a/MAKEHELP.md +++ b/MAKEHELP.md @@ -36,6 +36,11 @@ Common commands: Displays the value of make variable <var> + - `make show! VALUE=<var>` + + Same as `make show`, but works right after ./configure (it skips reading + package-data.mk files). + - make clean - make distclean - make maintainer-clean |