pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/doc/guide/files Replace obsolete USE_GMAKE reference; ...
details: https://anonhg.NetBSD.org/pkgsrc/rev/eb888e71dd77
branches: trunk
changeset: 483936:eb888e71dd77
user: wiz <wiz%pkgsrc.org@localhost>
date: Mon Nov 22 16:50:01 2004 +0000
description:
Replace obsolete USE_GMAKE reference; noted by iMil on tech-pkg.
diffstat:
doc/guide/files/build.xml | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 8f53d20e9c1e -r eb888e71dd77 doc/guide/files/build.xml
--- a/doc/guide/files/build.xml Mon Nov 22 16:39:50 2004 +0000
+++ b/doc/guide/files/build.xml Mon Nov 22 16:50:01 2004 +0000
@@ -1,4 +1,4 @@
-<!-- $NetBSD: build.xml,v 1.1.1.1 2004/10/21 14:27:38 grant Exp $ -->
+<!-- $NetBSD: build.xml,v 1.2 2004/11/22 16:50:01 wiz 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>$ALL_TARGET</varname> as
the target to build. The default <varname>MAKE_PROGRAM</varname> is
- <quote>gmake</quote> if <varname>USE_GMAKE</varname> is set,
+ <quote>gmake</quote> if <varname>USE_GNU_TOOLS</varname> contains <quote>make</quote>,
<quote>make</quote> otherwise. <varname>MAKEFILE</varname> is set to
<quote>Makefile</quote> by default, and <varname>ALL_TARGET</varname>
defaults to <quote>all</quote>. Any of these variables
Home |
Main Index |
Thread Index |
Old Index