pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/doc/guide/files Document install-clean, build-clean, p...
details: https://anonhg.NetBSD.org/pkgsrc/rev/3737c2c8aa99
branches: trunk
changeset: 651654:3737c2c8aa99
user: bsiegert <bsiegert%pkgsrc.org@localhost>
date: Fri May 08 20:26:19 2015 +0000
description:
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).
diffstat:
doc/guide/files/build.xml | 40 +++++++++++++++++++++++++++++++++++++++-
1 files changed, 39 insertions(+), 1 deletions(-)
diffs (61 lines):
diff -r f5bf9f696d7a -r 3737c2c8aa99 doc/guide/files/build.xml
--- a/doc/guide/files/build.xml Fri May 08 19:36:48 2015 +0000
+++ b/doc/guide/files/build.xml Fri May 08 20:26:19 2015 +0000
@@ -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 @@
</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 @@
</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>
Home |
Main Index |
Thread Index |
Old Index