diff options
| author | lukem <lukem@NetBSD.org> | 2023-06-11 10:43:51 +0000 |
|---|---|---|
| committer | lukem <lukem@NetBSD.org> | 2023-06-11 10:43:51 +0000 |
| commit | b4334579c3748ef6bd4715183bf7894827f6a5a9 (patch) | |
| tree | f10936b834d1ec8848a411e1fd30f7ef3388cde0 /BUILDING | |
| parent | d9ff28f37654040da706d9b9837dcc3e8c477454 (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-- | BUILDING | 9 |
1 files changed, 2 insertions, 7 deletions
@@ -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 |
