Izumi Tsutsui <tsut...@netbsd.org> writes: > Module Name: src > Committed By: tsutsui > Date: Thu Apr 2 23:06:16 UTC 2009 > > Modified Files: > src/distrib/sets: maketars > > Log Message: > Explicitly sort entries on preparing set files from METALOG. > METALOG could have different order due to install(1) race > on parallel builds, and mtree(8) doesn't sort files. > Should fix inconsistent shared sets among builds as seen in > /pub/NetBSD-daily/netbsd-5/200904010000Z/shared/ and > /pub/NetBSD-daily/netbsd-5/200904010002Z/shared/ dirs. > Okay'ed by s...@.
I think the invocation of "mtree -C" may have also had the effect of sorting, in which case this is redundant. You might want to check quickly. Perry