Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 20 Nov 2011 19:27:53 +0000 (UTC)
From:      Glen Barber <gjb@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r227770 - head
Message-ID:  <201111201927.pAKJRr2P006417@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: gjb (doc committer)
Date: Sun Nov 20 19:27:52 2011
New Revision: 227770
URL: http://svn.freebsd.org/changeset/base/227770

Log:
  Fix the note in r227769 to be less specific to the immutable flag.
  
  Submitted by:		arundel
  MFC after:		3 days
  X-MFC-With:		r227769

Modified:
  head/Makefile

Modified: head/Makefile
==============================================================================
--- head/Makefile	Sun Nov 20 19:05:32 2011	(r227769)
+++ head/Makefile	Sun Nov 20 19:27:52 2011	(r227770)
@@ -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:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201111201927.pAKJRr2P006417>