pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/doc Replaced obsoleted USE_GNU_TOOLS with USE_TOOLS.
details: https://anonhg.NetBSD.org/pkgsrc/rev/ea6cbde20b9d
branches: trunk
changeset: 494433:ea6cbde20b9d
user: rillig <rillig%pkgsrc.org@localhost>
date: Tue May 24 11:11:24 2005 +0000
description:
Replaced obsoleted USE_GNU_TOOLS with USE_TOOLS.
diffstat:
doc/guide/files/build.xml | 4 ++--
doc/pkgsrc.html | 4 ++--
doc/pkgsrc.txt | 2 +-
3 files changed, 5 insertions(+), 5 deletions(-)
diffs (44 lines):
diff -r 2c8bf861f356 -r ea6cbde20b9d doc/guide/files/build.xml
--- a/doc/guide/files/build.xml Tue May 24 10:54:20 2005 +0000
+++ b/doc/guide/files/build.xml Tue May 24 11:11:24 2005 +0000
@@ -1,4 +1,4 @@
-<!-- $NetBSD: build.xml,v 1.5 2005/05/14 22:34:59 rillig Exp $ -->
+<!-- $NetBSD: build.xml,v 1.6 2005/05/24 11:11:24 rillig Exp $ -->
<chapter id="build">
<title>The build process</title>
@@ -280,7 +280,7 @@
by invoking <varname>$MAKE_PROGRAM</varname> on
<varname>$MAKEFILE</varname> with <varname>$BUILD_TARGET</varname> as
the target to build. The default <varname>MAKE_PROGRAM</varname> is
- <quote>gmake</quote> if <varname>USE_GNU_TOOLS</varname> contains <quote>make</quote>,
+ <quote>gmake</quote> if <varname>USE_TOOLS</varname> contains <quote>gmake</quote>,
<quote>make</quote> otherwise. <varname>MAKEFILE</varname> is set to
<quote>Makefile</quote> by default, and <varname>BUILD_TARGET</varname>
defaults to <quote>all</quote>. Any of these variables
diff -r 2c8bf861f356 -r ea6cbde20b9d doc/pkgsrc.html
--- a/doc/pkgsrc.html Tue May 24 10:54:20 2005 +0000
+++ b/doc/pkgsrc.html Tue May 24 11:11:24 2005 +0000
@@ -8218,8 +8218,8 @@
build. The default <code class=
"varname">MAKE_PROGRAM</code> is
“<span class="quote">gmake</span>” if
- <code class="varname">USE_GNU_TOOLS</code> contains
- “<span class="quote">make</span>”,
+ <code class="varname">USE_TOOLS</code> contains
+ “<span class="quote">gmake</span>”,
“<span class="quote">make</span>”
otherwise. <code class="varname">MAKEFILE</code> is
set to “<span class=
diff -r 2c8bf861f356 -r ea6cbde20b9d doc/pkgsrc.txt
--- a/doc/pkgsrc.txt Tue May 24 10:54:20 2005 +0000
+++ b/doc/pkgsrc.txt Tue May 24 11:11:24 2005 +0000
@@ -3348,7 +3348,7 @@
Once configuration has taken place, the software will be built by invoking
$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"
+ default MAKE_PROGRAM is "gmake" if USE_TOOLS contains "gmake", "make"
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.
Home |
Main Index |
Thread Index |
Old Index