diff options
author | gjb <gjb@FreeBSD.org> | 2011-11-20 20:05:47 +0000 |
---|---|---|
committer | gjb <gjb@FreeBSD.org> | 2011-11-20 20:05:47 +0000 |
commit | d19e8d9a37f12e934f0fd8d4803dfa41b596be32 (patch) | |
tree | 65a6345e8082a90ca09a145e8b7c67e064e54c17 /Makefile | |
parent | 4cbcc15d990e5ffd2166af0c09bf8baab493d9a9 (diff) | |
download | FreeBSD-src-d19e8d9a37f12e934f0fd8d4803dfa41b596be32.zip FreeBSD-src-d19e8d9a37f12e934f0fd8d4803dfa41b596be32.tar.gz |
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
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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: |