OK, I just did findunref builds in brand-spanking-new workspaces. Short version: the failure to clobber accounts for all meaningful differences.
Long version, based on the unref output from the clean-workspace builds (with nothing to clobber): I forgot to move the .flg* exception from the teamware-specific exception list to the common exception list first, so I still had to elide those by hand. But here's what I ended up with: < ../closed/uts/common/sys/adapters/marvell88sx/.del-marvell88sx.h-Jan-26-06 ...this file is currently present in the gate and in the closed repository, and it doesn't show up in the gate's master list because of the builtin exception for .del* files. I removed the builtin exceptions in my wad, and made .del* a teamware-specific one. It should probably be removed. Dave Marker: do you want me to do that as part of this putback, just to clean this up? > ./cmd/audio/include/silence_detect.h This one is strange: it shouldn't be unref in the gate. The file is #include'd by usr/src/cmd/audio/utilities/AudioDetect.cc, and it was (properly) referenced during my builds. < ./cmd/man/src/util/nsgmls.src/lib/Makefile.dep < ./cmd/man/src/util/nsgmls.src/nsgmls/Makefile.dep I honestly don't know what's up with these. They're generated files, and the timestamp is two minutes earlier than .build.tstamp, on both i386 and sparc. That implies that they were possibly copied over when I created the build workspaces (I used tar to do this, not hg clone), but they're not present in the source workspace for that copy. < ./lib/libbsm/common/adt.xsd This one is only referenced during a make check, and I did not have -C in my nightly options. < ./mail_msg-i386 < ./mail_msg-sparc < ./nightly-i386.log < ./nightly-sparc.log < ./proto_list_i386 < ./proto_list_sparc < ./uts/intel/ip/ip.global-objs.obj64 < ./uts/sparc/ip/ip.global-objs.obj64 Ummm, yeah. So did I mention that I used tar to create my build workspaces? < ./pkgdefs/SUNWrmodu/prototype_sparc_realmode Somehow this doesn't show up in the gate's unref-i386.out, though it's part of the sparc unref. > ./uts/sun4u/starfire/ml/idn_offsets.in I'm not sure why this one is unref in the gate. It's explicitly referenced in my sparc build log. --Mark