Source-Changes-HG archive

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

[src/trunk]: src/share/man/man7 Document new update target.



details:   https://anonhg.NetBSD.org/src/rev/b5931a3a2638
branches:  trunk
changeset: 475922:b5931a3a2638
user:      rh <rh%NetBSD.org@localhost>
date:      Sun Aug 29 22:42:11 1999 +0000

description:
Document new update target.

diffstat:

 share/man/man7/packages.7 |  23 +++++++++++++++++++----
 1 files changed, 19 insertions(+), 4 deletions(-)

diffs (52 lines):

diff -r 966cf7e27c3d -r b5931a3a2638 share/man/man7/packages.7
--- a/share/man/man7/packages.7 Sun Aug 29 22:21:57 1999 +0000
+++ b/share/man/man7/packages.7 Sun Aug 29 22:42:11 1999 +0000
@@ -1,10 +1,10 @@
-.\"    $NetBSD: packages.7,v 1.17 1999/07/24 15:37:03 mjl Exp $
+.\"    $NetBSD: packages.7,v 1.18 1999/08/29 22:42:11 rh Exp $
 .\"
 .\" from: NetBSD: bsd.pkg.mk,v 1.89 1998/06/01 21:30:10 hubertf Exp
 .\"
 .\"    This file is in the public domain.
 .\"
-.Dd July 22, 1998
+.Dd Aug 30, 1999
 .Dt PACKAGES 7
 .Os
 .Sh NAME
@@ -511,11 +511,24 @@
 .It PKG_VERBOSE
 If set, print out more information about the automatic manual
 page handling, and package deletion (see the
-.Dq install
+.Dq install,
+.Dq deinstall
 and
-.Dq deinstall
+.Dq update
 targets),
 and also sets PATCH_DEBUG as well.
+.It REINSTALL
+Use
+.Dq reinstall
+instead of
+.Sq ${INSTALL_TARGET}
+and
+.Sq ${DEPENDS_TARGET}
+as installation target for updating packages (see the
+.Dq update
+target).  Also leave out the
+.Dq clean
+target when traversing package directories.
 .El
 .Sh INSTALL VARIABLES
 This section documents variables that serve as convenient aliases.
@@ -589,6 +602,8 @@
 flag.
 .It deinstall  
 Remove the installation.
+.It update     
+Update the installation of the current and all dependent packages.
 .It package    
 Create a binary package other people can use.
 .It describe



Home | Main Index | Thread Index | Old Index