diff options
author | imp <imp@FreeBSD.org> | 2009-12-16 03:25:43 +0000 |
---|---|---|
committer | imp <imp@FreeBSD.org> | 2009-12-16 03:25:43 +0000 |
commit | b1259c29a3e89d0d33020cfdfc3906a3d60af7ba (patch) | |
tree | 691291710f3d9718aaffd52e82380effe807318b /share/man/man7 | |
parent | 905ddc623245a49df1be15082535c28cbbe7b0a9 (diff) | |
download | FreeBSD-src-b1259c29a3e89d0d33020cfdfc3906a3d60af7ba.zip FreeBSD-src-b1259c29a3e89d0d33020cfdfc3906a3d60af7ba.tar.gz |
Docmuent NO_KERNEL{CLEAN,CONFIG,DEPEND,OBJ} as necessary. Update
documentation on KERNFAST meaning.
Diffstat (limited to 'share/man/man7')
-rw-r--r-- | share/man/man7/build.7 | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/share/man/man7/build.7 b/share/man/man7/build.7 index 4a94a0a..520f262 100644 --- a/share/man/man7/build.7 +++ b/share/man/man7/build.7 @@ -345,9 +345,10 @@ If set, the build target .Cm buildkernel defaults to setting .Va NO_KERNELCLEAN , -.Va NO_KERNELCONFIG +.Va NO_KERNELCONFIG , +.Va NO_KERNELDEPEND and -.Va NO_KERNELDEPEND . +.Va NO_KERNELOBJ . When set to a value other than .Cm 1 then @@ -444,6 +445,12 @@ If set, the build process does not run as part of the .Cm buildkernel target. +.It Va NO_KERNELOBJ +If set, the build process does not run +.Dq make obj +as part of the +.Cm buildkernel +target. .It Va NO_DOCUPDATE If set, the update process does not update the source of the .Fx |