diff options
author | tnn <tnn@pkgsrc.org> | 2016-03-29 11:32:58 +0000 |
---|---|---|
committer | tnn <tnn@pkgsrc.org> | 2016-03-29 11:32:58 +0000 |
commit | 2d6323e49e0b30cb01d8baa34e763dd9c4ebb2c0 (patch) | |
tree | 8563968234af02ff246c4a13d39a371e33e18286 | |
parent | 9323a69f5900c762dad0d887ca039e2dc05dc6d4 (diff) | |
download | pkgsrc-2d6323e49e0b30cb01d8baa34e763dd9c4ebb2c0.tar.gz |
mention INSTALL_UNSTRIPPED
-rw-r--r-- | doc/guide/files/build.xml | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/doc/guide/files/build.xml b/doc/guide/files/build.xml index cf4ad7f24fa..820dfcc2ce2 100644 --- a/doc/guide/files/build.xml +++ b/doc/guide/files/build.xml @@ -1,4 +1,4 @@ -<!-- $NetBSD: build.xml,v 1.76 2015/08/31 11:54:29 leot Exp $ --> +<!-- $NetBSD: build.xml,v 1.77 2016/03/29 11:32:58 tnn Exp $ --> <chapter id="build"> <title>The build process</title> @@ -743,6 +743,13 @@ ${FETCH_CMD} ${FETCH_BEFORE_ARGS} ${site}${file} ${FETCH_AFTER_ARGS} <para>Some other variables are:</para> <variablelist> + <varlistentry><term><varname>INSTALL_UNSTRIPPED</varname></term> + + <listitem><para>If set to <literal>yes</literal>, do not run &man.strip.1; + when installing binaries. Any debugging sections and symbols present in + binaries will be preserved. + </para></listitem></varlistentry> + <varlistentry><term><varname>INSTALLATION_DIRS</varname></term> <listitem><para>A list of directories relative to |