pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/mk/buildlink3 Touch up the grammar a bit in the last c...
details: https://anonhg.NetBSD.org/pkgsrc/rev/896773520f62
branches: trunk
changeset: 467699:896773520f62
user: jlam <jlam%pkgsrc.org@localhost>
date: Thu Feb 05 08:50:38 2004 +0000
description:
Touch up the grammar a bit in the last commit.
diffstat:
mk/buildlink3/BUILDLINK3_DG | 15 +++++++++------
1 files changed, 9 insertions(+), 6 deletions(-)
diffs (34 lines):
diff -r 0c57afafe7b3 -r 896773520f62 mk/buildlink3/BUILDLINK3_DG
--- a/mk/buildlink3/BUILDLINK3_DG Thu Feb 05 08:48:54 2004 +0000
+++ b/mk/buildlink3/BUILDLINK3_DG Thu Feb 05 08:50:38 2004 +0000
@@ -1,4 +1,4 @@
-$NetBSD: BUILDLINK3_DG,v 1.2 2004/02/05 07:49:48 seb Exp $
+$NetBSD: BUILDLINK3_DG,v 1.3 2004/02/05 08:50:38 jlam Exp $
0 Developer's guide to buildlink3
=================================
@@ -92,7 +92,7 @@
graphics/tiff:
------------8<------------8<------------8<------------8<------------
-# $NetBSD: BUILDLINK3_DG,v 1.2 2004/02/05 07:49:48 seb Exp $
+# $NetBSD: BUILDLINK3_DG,v 1.3 2004/02/05 08:50:38 jlam Exp $
BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+
TIFF_BUILDLINK3_MK:= ${TIFF_BUILDLINK3_MK}+
@@ -230,8 +230,11 @@
by the wrapper scripts, and the lines preceded with <.> are the
commands that are executed by the wrapper scripts.
-Q4: Why variables set by the buildlink3 framework can't be seen with
- 'make show-var VARNAME=....'?
+
+Q4: Why can't I check the values of variables set by the buildlink3
+ framework using 'make show-var VARNAME=...'?
-A4: Some buildlink3 variable are only defined for a subset of a package
- build phases. Try 'make PKG_PHASE=buildlink VARNAME=...' instead.
+A4: Some buildlink3 variables are only defined for a subset of a
+ package build phases. Try instead:
+
+ make show-var PKG_PHASE=buildlink VARNAME=...'
Home |
Main Index |
Thread Index |
Old Index