Re: Files under src/ not used for building world

From: John Baldwin <jhb_at_freebsd.org>
Date: Fri, 5 Nov 2010 17:16:47 -0400
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
Received on Fri Nov 05 2010 - 20:18:25 UTC

This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:40:08 UTC