Solve the problem of spuriously comparing files that were created

in the ${TEMPROOT}/usr/obj directory by deleting them first.
This commit is contained in:
Doug Barton 2002-04-08 10:30:44 +00:00
parent 64503575e3
commit 3e9d29b012
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=94196

View File

@ -528,6 +528,9 @@ esac
#
rm -f ${TEMPROOT}/etc/spwd.db ${TEMPROOT}/etc/passwd ${TEMPROOT}/etc/pwd.db
# We only need to compare things like freebsd.cf once
find ${TEMPROOT}/usr/obj -type f -delete
# Get ready to start comparing files
# Check umask if not specified on the command line,