Date: Fri, 5 Nov 2010 17:16:47 -0400 From: John Baldwin <jhb@freebsd.org> To: freebsd-current@freebsd.org Cc: current@freebsd.org Subject: Re: Files under src/ not used for building world Message-ID: <201011051716.47962.jhb@freebsd.org> In-Reply-To: <20101105202536.GR85693@acme.spoerlein.net> References: <20101105202536.GR85693@acme.spoerlein.net>
next in thread | previous in thread | raw e-mail | index | archive | help
On Friday, November 05, 2010 4:25:36 pm Ulrich Sp=F6rlein wrote: > Hey folks, not sure why, but I had a stab at looking which files were > actually read during building world. >=20 > Method went something like this: >=20 > (turn on atime) > # find . -exec touch {} + > # sleep 2; touch timestamp > # make buildworld buildkernel installworld installkernel (this is on amd6= 4) > # make universe > # make distribution DESTDIR=3D/foo > # mergemaster (I think this is redundant) > # find . -name .svn -prune -or -not -anewer timestamp >=20 > Please note that I skipped 'make release' as I don't know all the > parameters off-hand. >=20 > The list of files (tools/ removed) can be seen at > https://www.spoerlein.net/pub/untouched_files >=20 > Here are some curiosities (cddl/, gnu/, contrib/, and crypto/ skipped): >=20 > 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. =2D-=20 John Baldwin
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201011051716.47962.jhb>