Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/share/man/man7 Deprecate IS_INTERACTIVE, and explain INTERAC...
details: https://anonhg.NetBSD.org/src/rev/fda98efb073c
branches: trunk
changeset: 533498:fda98efb073c
user: agc <agc%NetBSD.org@localhost>
date: Tue Jul 02 11:49:19 2002 +0000
description:
Deprecate IS_INTERACTIVE, and explain INTERACTIVE_STAGE
diffstat:
share/man/man7/packages.7 | 12 ++++++------
1 files changed, 6 insertions(+), 6 deletions(-)
diffs (28 lines):
diff -r 01224b4f8761 -r fda98efb073c share/man/man7/packages.7
--- a/share/man/man7/packages.7 Tue Jul 02 04:14:36 2002 +0000
+++ b/share/man/man7/packages.7 Tue Jul 02 11:49:19 2002 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: packages.7,v 1.68 2002/02/13 08:18:20 ross Exp $
+.\" $NetBSD: packages.7,v 1.69 2002/07/02 11:49:19 agc Exp $
.\"
.\" from: NetBSD: bsd.pkg.mk,v 1.89 1998/06/01 21:30:10 hubertf Exp
.\"
@@ -441,13 +441,13 @@
to override these settings, use LDFLAGS+=.
.It MAKE_ENV
Additional environment variables passed to sub-make in build stage.
-.It IS_INTERACTIVE
+.It INTERACTIVE_STAGE
Set this if your package needs to interact with the user
-during a build. User can then decide to skip this package by
+during its fetch, configure, build or install stages.
+Multiple stages may be specified.
+The user can then decide to skip this package by
setting
-.Dv ${BATCH} ,
-or compiling only the interactive package by setting
-.Dv ${INTERACTIVE} .
+.Dv ${BATCH} .
.It FETCH_DEPENDS
A list of
.Dq path:dir
Home |
Main Index |
Thread Index |
Old Index