diff options
author | Ruslan Ermilov <ru@FreeBSD.org> | 2004-12-21 12:21:26 +0000 |
---|---|---|
committer | Ruslan Ermilov <ru@FreeBSD.org> | 2004-12-21 12:21:26 +0000 |
commit | f45a5bbda4054491f13cd0e0dc90c9b46323cb44 (patch) | |
tree | ac9f2d0da7d6b06635cf4e788ad021f97b4a8f11 /share/man/man5 | |
parent | d499d50264dfdf387a3b94bbe81c1171ad0e412f (diff) | |
download | src-f45a5bbda4054491f13cd0e0dc90c9b46323cb44.tar.gz src-f45a5bbda4054491f13cd0e0dc90c9b46323cb44.zip |
NOCLEAN -> NO_CLEAN
NOCLEANDIR -> NO_CLEANDIR
Notes
Notes:
svn path=/head/; revision=139122
Diffstat (limited to 'share/man/man5')
-rw-r--r-- | share/man/man5/make.conf.5 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/share/man/man5/make.conf.5 b/share/man/man5/make.conf.5 index f2394bfcc688..fef329e78ce2 100644 --- a/share/man/man5/make.conf.5 +++ b/share/man/man5/make.conf.5 @@ -519,12 +519,12 @@ Set to not build and install .Pa /bin/csh (which is .Xr tcsh 1 ) . -.It Va NOCLEAN +.It Va NO_CLEAN .Pq Vt bool Set this to disable cleaning during .Dq Li "make buildworld" . This should not be set unless you know what you are doing. -.It Va NOCLEANDIR +.It Va NO_CLEANDIR .Pq Vt bool Set this to run .Dq Li "${MAKE} clean" |