From 6ef8f2a6f923b15a87391d332a86efb15c6bd2a4 Mon Sep 17 00:00:00 2001 From: Glen Barber Date: Sun, 20 Nov 2011 19:27:52 +0000 Subject: [PATCH] Fix the note in r227769 to be less specific to the immutable flag. Submitted by: arundel MFC after: 3 days X-MFC-With: r227769 --- Makefile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 52f35d2facd..9414f95de65 100644 --- a/Makefile +++ b/Makefile @@ -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: