summaryrefslogtreecommitdiff
path: root/doc/guide/files
diff options
context:
space:
mode:
authorwiz <wiz>2004-12-03 12:48:15 +0000
committerwiz <wiz>2004-12-03 12:48:15 +0000
commit42d345e560a93ae39bbe7cb604f479575da8e047 (patch)
tree2c75d674106e03a5b8c164d89e0965a610e4689d /doc/guide/files
parent087ddbc1d1fd0e638cc6220343deae1a0d35bd94 (diff)
downloadpkgsrc-42d345e560a93ae39bbe7cb604f479575da8e047.tar.gz
ALL_TARGET -> BUILD_TARGET.
Diffstat (limited to 'doc/guide/files')
-rw-r--r--doc/guide/files/build.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/guide/files/build.xml b/doc/guide/files/build.xml
index 1bba7dc7679..3e055b6e805 100644
--- a/doc/guide/files/build.xml
+++ b/doc/guide/files/build.xml
@@ -1,4 +1,4 @@
-<!-- $NetBSD: build.xml,v 1.2 2004/11/22 16:50:01 wiz Exp $ -->
+<!-- $NetBSD: build.xml,v 1.3 2004/12/03 12:48:15 wiz Exp $ -->
<chapter id="build">
<title>The build process</title>
@@ -278,11 +278,11 @@ CONFIGURE_ARGS+= netbsd13</programlisting>
<listitem>
<para>Once configuration has taken place, the software will be built
by invoking <varname>$MAKE_PROGRAM</varname> on
- <varname>$MAKEFILE</varname> with <varname>$ALL_TARGET</varname> as
+ <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>make</quote> otherwise. <varname>MAKEFILE</varname> is set to
- <quote>Makefile</quote> by default, and <varname>ALL_TARGET</varname>
+ <quote>Makefile</quote> by default, and <varname>BUILD_TARGET</varname>
defaults to <quote>all</quote>. Any of these variables
can be set in the package's Makefile to change the default
build process.</para>