summaryrefslogtreecommitdiff
path: root/BUILDING
diff options
context:
space:
mode:
authorlukem <lukem@NetBSD.org>2023-06-11 10:43:51 +0000
committerlukem <lukem@NetBSD.org>2023-06-11 10:43:51 +0000
commitb4334579c3748ef6bd4715183bf7894827f6a5a9 (patch)
treef10936b834d1ec8848a411e1fd30f7ef3388cde0 /BUILDING
parentd9ff28f37654040da706d9b9837dcc3e8c477454 (diff)
more NBUILDJOBS deprecation
The NBUILDJOBS option was deprecated in 2002; there's no need to keep warning about it, remove from params / show-params, and only document as obsolete.
Diffstat (limited to 'BUILDING')
-rw-r--r--BUILDING9
1 files changed, 2 insertions, 7 deletions
diff --git a/BUILDING b/BUILDING
index c1b3861e479..f816b1d3760 100644
--- a/BUILDING
+++ b/BUILDING
@@ -676,11 +676,6 @@ CONFIGURATION
If using build.sh, this may be set by giving the -u
option.
- NBUILDJOBS Now obsolete. Use the make(1) option -j, instead. See
- below.
-
- Default: Unset.
-
NOCLEANDIR If set, avoids the "make cleandir" phase of a full build.
This has the effect of allowing only changed files in a
source tree to be recompiled. This can speed up builds
@@ -1293,7 +1288,7 @@ EXAMPLES
the release build.
OBSOLETE VARIABLES
- NBUILDJOBS Use the make(1) option -j instead.
+ NBUILDJOBS Use the build.sh and make(1) option -j instead.
USE_NEW_TOOLCHAIN
The new toolchain is now the default. To disable, use
@@ -1316,4 +1311,4 @@ CAVEATS
in object directories. Instead, one may have to manually remove the
files. Consult the UPDATING file for notices concerning this.
-NetBSD June 5, 2023 NetBSD
+NetBSD June 10, 2023 NetBSD