On Friday, November 05, 2010 4:25:36 pm Ulrich Spörlein wrote:
> Hey folks, not sure why, but I had a stab at looking which files were
> actually read during building world.
> 
> Method went something like this:
> 
> (turn on atime)
> # find . -exec touch {} +
> # sleep 2; touch timestamp
> # make buildworld buildkernel installworld installkernel (this is on amd64)
> # make universe
> # make distribution DESTDIR=/foo
> # mergemaster (I think this is redundant)
> # find . -name .svn -prune -or -not -anewer timestamp
> 
> Please note that I skipped 'make release' as I don't know all the
> parameters off-hand.
> 
> The list of files (tools/ removed) can be seen at
> https://www.spoerlein.net/pub/untouched_files
> 
> Here are some curiosities (cddl/, gnu/, contrib/, and crypto/ skipped):
> 
> etc/periodic/security/610.ipf6denied

I wonder if this is stale due to ip6fw being removed?

> usr.bin/objformat/Makefile
> usr.bin/objformat/objformat.sh  # delete?

This can definitely go.

-- 
John Baldwin
_______________________________________________
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"

Reply via email to