Page MenuHomeFreeBSD

MFC r343845:
ClosedPublic

Authored by ngie on Feb 13 2019, 1:39 AM.
Tags
None
Referenced Files
Unknown Object (File)
Sat, Apr 27, 11:11 AM
Unknown Object (File)
Sat, Apr 27, 11:09 AM
Unknown Object (File)
Sat, Apr 27, 9:45 AM
Unknown Object (File)
Sat, Apr 27, 9:28 AM
Unknown Object (File)
Thu, Apr 25, 9:19 AM
Unknown Object (File)
Jan 13 2024, 11:22 AM
Unknown Object (File)
Dec 22 2023, 10:25 PM
Unknown Object (File)
Dec 16 2023, 6:47 AM

Details

Summary

Clean up all directories created by make hier

The logic I introduced in r322511 unfortunately left chflags schg'ed
directories behind created by make hier (in the stock /etc/mtree
files, this is limited to /var/empty).

The proposed change calls chflags -R 0 and rm -Rf ... to clean all
of the directories that could not be removed by ${MAKE} clean.
${MAKE} clean in bsd.obj.mk calls cleandir/cleanobj, which handles
the first directory tree walk/removal.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable