Fix the note in r227769 to be less specific to the immutable flag.

Submitted by:		arundel
MFC after:		3 days
X-MFC-With:		r227769
This commit is contained in:
Glen Barber 2011-11-20 19:27:52 +00:00
parent 123ba50fdc
commit 6ef8f2a6f9
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=227770

View File

@ -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: