|
|
| Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. |
| version 1.161, 2002/02/08 16:11:18 | version 1.162, 2002/02/14 19:17:32 | ||
|---|---|---|---|
|
|
||
| .endif | .endif | ||
| .if defined(NBUILDJOBS) | .if defined(NBUILDJOBS) | ||
| _J= -j${NBUILDJOBS} | .if !target(.BEGIN) | ||
| .BEGIN: | |||
| @echo 'NBUILDJOBS is currently broken; see PR toolchain/14837.' | |||
| @false | |||
| .endif | |||
| #_J= -j${NBUILDJOBS} | |||
| .endif | .endif | ||
| _SUBDIR= tools lib include gnu bin games libexec sbin usr.bin \ | _SUBDIR= tools lib include gnu bin games libexec sbin usr.bin \ |