Date: Sun, 20 Nov 2011 20:05:47 +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: r227771 - head Message-ID: <201111202005.pAKK5l91007587@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: gjb (doc committer) Date: Sun Nov 20 20:05:47 2011 New Revision: 227771 URL: http://svn.freebsd.org/changeset/base/227771 Log: Replace 'chflags' with 'file flags' in a comment, since 'chflags' is a command, not a flag itself. While here, wrap a line for readability. Submitted by: arundel MFC after: 3 days X-MFC-With: 227769, 227770 Modified: head/Makefile Modified: head/Makefile ============================================================================== --- head/Makefile Sun Nov 20 19:27:52 2011 (r227770) +++ head/Makefile Sun Nov 20 20:05:47 2011 (r227771) @@ -182,12 +182,12 @@ buildworld: upgrade_checks # # In the following, the first 'rm' in a series will usually remove all # files and directories. If it does not, then there are probably some -# files with chflags set, so this unsets them and tries the 'rm' a +# files with file flags set, so this unsets them and tries the 'rm' a # 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 file flags set in the first 'rm' instance saves -# time, because 'chflags' will need to operate on fewer files 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?201111202005.pAKK5l91007587>