pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/mk/install Documented INSTALL_UNSTRIPPED.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/54daec6af5d9
branches:  trunk
changeset: 550325:54daec6af5d9
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Tue Nov 18 22:03:56 2008 +0000

description:
Documented INSTALL_UNSTRIPPED.

diffstat:

 mk/install/install.mk |  11 ++++++++++-
 1 files changed, 10 insertions(+), 1 deletions(-)

diffs (25 lines):

diff -r d570d3b2429b -r 54daec6af5d9 mk/install/install.mk
--- a/mk/install/install.mk     Tue Nov 18 21:58:22 2008 +0000
+++ b/mk/install/install.mk     Tue Nov 18 22:03:56 2008 +0000
@@ -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



Home | Main Index | Thread Index | Old Index