summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbsiegert <bsiegert@pkgsrc.org>2015-05-08 20:26:19 +0000
committerbsiegert <bsiegert@pkgsrc.org>2015-05-08 20:26:19 +0000
commitdd2501d6a4615e47d6e07682a39899ea22318794 (patch)
tree450bd5b8786413c0a077eeec8ec21ecf82dd56f5
parent53545d93889cd4ce49c5eefa1573d001da0aa4e3 (diff)
downloadpkgsrc-dd2501d6a4615e47d6e07682a39899ea22318794.tar.gz
Document install-clean, build-clean, print-build-depends-list and
print-run-depends-list. The former two are from a recent mail on tech-pkg (obache@, I believe), the latter two are from PR pkg/23035 (which was filed in 2003, oh my).
-rw-r--r--doc/guide/files/build.xml40
1 files changed, 39 insertions, 1 deletions
diff --git a/doc/guide/files/build.xml b/doc/guide/files/build.xml
index 0ee2006d30f..d52dcb0552d 100644
--- a/doc/guide/files/build.xml
+++ b/doc/guide/files/build.xml
@@ -1,4 +1,4 @@
-<!-- $NetBSD: build.xml,v 1.71 2014/05/31 21:08:50 asau Exp $ -->
+<!-- $NetBSD: build.xml,v 1.72 2015/05/08 20:26:19 bsiegert Exp $ -->
<chapter id="build">
<title>The build process</title>
@@ -924,6 +924,26 @@ ${FETCH_CMD} ${FETCH_BEFORE_ARGS} ${site}${file} ${FETCH_AFTER_ARGS}
</varlistentry>
<varlistentry>
+ <term>install-clean</term>
+
+ <listitem>
+ <para>This target removes the state files for the "install" and later
+ phases so that the "install" target may be re-invoked. This can be
+ used after editing the PLIST to install the package without
+ rebuilding it.</para>
+ </listitem>
+ </varlistentry>
+
+ <varlistentry>
+ <term>build-clean</term>
+
+ <listitem>
+ <para>This target removes the state files for the "build" and later
+ phases so that the "build" target may be re-invoked.</para>
+ </listitem>
+ </varlistentry>
+
+ <varlistentry>
<term>update</term>
<listitem>
@@ -1253,6 +1273,24 @@ ${FETCH_CMD} ${FETCH_BEFORE_ARGS} ${site}${file} ${FETCH_AFTER_ARGS}
</varlistentry>
<varlistentry>
+ <term>print-build-depends-list</term>
+
+ <listitem>
+ <para>This target shows the list of packages that the current package
+ depends on for building.</para>
+ </listitem>
+ </varlistentry>
+
+ <varlistentry>
+ <term>print-run-depends-list</term>
+
+ <listitem>
+ <para>This target shows the list of packages that the current package
+ depends on for running.</para>
+ </listitem>
+ </varlistentry>
+
+ <varlistentry>
<term>check-shlibs</term>
<listitem>