diff options
author | kano <kano> | 2007-03-03 13:27:03 +0000 |
---|---|---|
committer | kano <kano> | 2007-03-03 13:27:03 +0000 |
commit | 4dc14722a5771be7c014038a1747d81d02b8a9fe (patch) | |
tree | 539742b7e44bd2806757d58614d8a3c919232ffc /doc/guide | |
parent | 13950465c5f41a21e002484230bce27d15eb380f (diff) | |
download | pkgsrc-4dc14722a5771be7c014038a1747d81d02b8a9fe.tar.gz |
NO_BUILD is for build phase, not for configure phase
Diffstat (limited to 'doc/guide')
-rw-r--r-- | doc/guide/files/build.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/guide/files/build.xml b/doc/guide/files/build.xml index bbc0f9817bd..c074d71c689 100644 --- a/doc/guide/files/build.xml +++ b/doc/guide/files/build.xml @@ -1,4 +1,4 @@ -<!-- $NetBSD: build.xml,v 1.43 2007/03/02 09:38:21 wiz Exp $ --> +<!-- $NetBSD: build.xml,v 1.44 2007/03/03 13:27:03 kano Exp $ --> <chapter id="build"> <title>The build process</title> @@ -618,7 +618,7 @@ <quote>Makefile</quote>, and <varname>BUILD_TARGET</varname> defaults to <quote>all</quote>.</para> - <para>If there is no configure step at all, set + <para>If there is no build step at all, set <varname>NO_BUILD</varname> to <quote>yes</quote>.</para> </sect1> |