diff options
author | wiz <wiz@pkgsrc.org> | 2004-12-03 12:48:15 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2004-12-03 12:48:15 +0000 |
commit | a5f0a24450876f24b806bc6b8db91f64c3a6bae8 (patch) | |
tree | 2c75d674106e03a5b8c164d89e0965a610e4689d /doc/pkgsrc.txt | |
parent | 1bc25990a6f3c54ab5b353c903752b386a458665 (diff) | |
download | pkgsrc-a5f0a24450876f24b806bc6b8db91f64c3a6bae8.tar.gz |
ALL_TARGET -> BUILD_TARGET.
Diffstat (limited to 'doc/pkgsrc.txt')
-rw-r--r-- | doc/pkgsrc.txt | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/doc/pkgsrc.txt b/doc/pkgsrc.txt index 70f76ac5a1b..3fd386d5e8b 100644 --- a/doc/pkgsrc.txt +++ b/doc/pkgsrc.txt @@ -14,7 +14,7 @@ The pkgsrc Developers Copyright (C) 1994-2004 The NetBSD Foundation, Inc -$NetBSD: pkgsrc.txt,v 1.8 2004/12/01 09:52:59 wiz Exp $ +$NetBSD: pkgsrc.txt,v 1.9 2004/12/02 22:23:47 dillo Exp $ Abstract @@ -1663,7 +1663,7 @@ The following message is displayed as part of the audit-packages installation procedure: =========================================================================== -$NetBSD: pkgsrc.txt,v 1.8 2004/12/01 09:52:59 wiz Exp $ +$NetBSD: pkgsrc.txt,v 1.9 2004/12/02 22:23:47 dillo Exp $ You may wish to have the vulnerabilities file downloaded daily so that it remains current. This may be done by adding an appropriate entry @@ -2079,7 +2079,7 @@ the PLIST file (or files, see below!). Be sure to add a RCS ID line as the first thing in any PLIST file you write: -@comment $NetBSD: pkgsrc.txt,v 1.8 2004/12/01 09:52:59 wiz Exp $ +@comment $NetBSD: pkgsrc.txt,v 1.9 2004/12/02 22:23:47 dillo Exp $ 8.2. Semi-automatic PLIST generation @@ -2354,7 +2354,7 @@ following command will generate a good starting point for buildlink3.mk files: The following real-life example buildlink3.mk is taken from pkgsrc/graphics/ tiff: -# $NetBSD: pkgsrc.txt,v 1.8 2004/12/01 09:52:59 wiz Exp $ +# $NetBSD: pkgsrc.txt,v 1.9 2004/12/02 22:23:47 dillo Exp $ BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+ TIFF_BUILDLINK3_MK:= ${TIFF_BUILDLINK3_MK}+ @@ -2873,9 +2873,9 @@ configure build Once configuration has taken place, the software will be built by invoking - $MAKE_PROGRAM on $MAKEFILE with $ALL_TARGET as the target to build. The + $MAKE_PROGRAM on $MAKEFILE with $BUILD_TARGET as the target to build. The default MAKE_PROGRAM is "gmake" if USE_GNU_TOOLS contains "make", "make" - otherwise. MAKEFILE is set to "Makefile" by default, and ALL_TARGET + otherwise. MAKEFILE is set to "Makefile" by default, and BUILD_TARGET defaults to "all". Any of these variables can be set in the package's Makefile to change the default build process. @@ -4316,7 +4316,7 @@ A.1. files A.1.1. Makefile -# $NetBSD: pkgsrc.txt,v 1.8 2004/12/01 09:52:59 wiz Exp $ +# $NetBSD: pkgsrc.txt,v 1.9 2004/12/02 22:23:47 dillo Exp $ # DISTNAME= bison-1.25 @@ -4340,7 +4340,7 @@ of the NetBSD source tree is beyond me. A.1.3. PLIST -@comment $NetBSD: pkgsrc.txt,v 1.8 2004/12/01 09:52:59 wiz Exp $ +@comment $NetBSD: pkgsrc.txt,v 1.9 2004/12/02 22:23:47 dillo Exp $ bin/bison man/man1/bison.1.gz info/bison.info |