From 64761ce9a899954a12d8e3ae8b400c5ad9648137 Mon Sep 17 00:00:00 2001 From: Thomas Miedema Date: Sat, 15 Aug 2015 17:45:57 +0200 Subject: Build system: implement `make install-strip` (#1851) Reviewed by: bgamari Differential Revision: https://phabricator.haskell.org/D1209 --- MAKEHELP.md | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) (limited to 'MAKEHELP.md') diff --git a/MAKEHELP.md b/MAKEHELP.md index 3b58292600..8537cf9607 100644 --- a/MAKEHELP.md +++ b/MAKEHELP.md @@ -24,8 +24,10 @@ Common commands: Shows the targets available in - make install + - make install-strip - Installs GHC, libraries and tools under $(prefix) + Installs GHC, libraries and tools under $(prefix). The install-strip + variant strips executable files while installing them. - make sdist - make binary-dist @@ -33,13 +35,10 @@ Common commands: Builds a source or binary distribution respectively - `make show VALUE=` - - Displays the value of make variable - - `make show! VALUE=` - Same as `make show`, but works right after ./configure (it skips reading - package-data.mk files). + Show the value of make variable . The show! variant works right after + ./configure (it skips reading package-data.mk files). - make clean - make distclean @@ -76,9 +75,11 @@ Using `make` in subdirectories Make documentation in this directory (if any) - - `make show VALUE=var` + - `make show VALUE=` + - `make show! VALUE=` - Show the value of $(var) + Show the value of make variable . The show! variant works right after + ./configure (it skips reading package-data.mk files). - `make ` -- cgit v1.2.1