diff options
author | gjb <gjb@FreeBSD.org> | 2011-11-20 19:27:52 +0000 |
---|---|---|
committer | gjb <gjb@FreeBSD.org> | 2011-11-20 19:27:52 +0000 |
commit | 4cbcc15d990e5ffd2166af0c09bf8baab493d9a9 (patch) | |
tree | 6b8e734fe773bf447f9d49127bfd2773bc7c83a8 /Makefile | |
parent | 46ca9e75ddfc44fb968a2299170e9ba26f93c4a7 (diff) | |
download | FreeBSD-src-4cbcc15d990e5ffd2166af0c09bf8baab493d9a9.zip FreeBSD-src-4cbcc15d990e5ffd2166af0c09bf8baab493d9a9.tar.gz |
Fix the note in r227769 to be less specific to the immutable flag.
Submitted by: arundel
MFC after: 3 days
X-MFC-With: r227769
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -186,9 +186,8 @@ buildworld: upgrade_checks # second time. There are situations where this target will be cleaning # some directories via more than one method, but that duplication is # needed to correctly handle all the possible situations. Removing all -# files without the immutable flag set in the first 'rm' instance saves -# time, because 'chflags' will need to operate on fewer files (with the -# immutable flag set) afterwards. +# files without file flags set in the first 'rm' instance saves +# time, because 'chflags' will need to operate on fewer files afterwards. # BW_CANONICALOBJDIR:=${MAKEOBJDIRPREFIX}${.CURDIR} cleanworld: |