diff options
author | rillig <rillig@pkgsrc.org> | 2008-11-18 22:03:56 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2008-11-18 22:03:56 +0000 |
commit | 4c49bb28b8ca866abdc54bcd5250c728be73a6dd (patch) | |
tree | 0e98730381e80ec909d20e490a090883ecdc996c /mk | |
parent | 0e70dc215e32997b2b1751664a291c06450b2f39 (diff) | |
download | pkgsrc-4c49bb28b8ca866abdc54bcd5250c728be73a6dd.tar.gz |
Documented INSTALL_UNSTRIPPED.
Diffstat (limited to 'mk')
-rw-r--r-- | mk/install/install.mk | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/mk/install/install.mk b/mk/install/install.mk index 4cd3db79496..d72e02e7813 100644 --- a/mk/install/install.mk +++ b/mk/install/install.mk @@ -1,4 +1,4 @@ -# $NetBSD: install.mk,v 1.51 2008/06/11 07:30:33 obache Exp $ +# $NetBSD: install.mk,v 1.52 2008/11/18 22:03:56 rillig Exp $ # # This file provides the code for the "install" phase. # @@ -20,6 +20,15 @@ # This hook is placed _before_ switching to privileged mode # in order to install the package. # + +# === User-settable variables === +# +# INSTALL_UNSTRIPPED +# If "yes", all binaries and shared libraries are installed +# unstripped. Otherwise they are stripped while being installed. +# +# Keywords: strip unstripped +# # === Package-settable variables === # # INSTALLATION_DIRS |