From owner-freebsd-current@FreeBSD.ORG Fri Nov 5 21:18:25 2010 Return-Path: Delivered-To: current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 07000106564A; Fri, 5 Nov 2010 21:18:25 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from cyrus.watson.org (cyrus.watson.org [65.122.17.42]) by mx1.freebsd.org (Postfix) with ESMTP id CCB5D8FC24; Fri, 5 Nov 2010 21:18:24 +0000 (UTC) Received: from bigwig.baldwin.cx (66.111.2.69.static.nyinternet.net [66.111.2.69]) by cyrus.watson.org (Postfix) with ESMTPSA id 836B946B03; Fri, 5 Nov 2010 17:18:24 -0400 (EDT) Received: from jhbbsd.localnet (smtp.hudson-trading.com [209.249.190.9]) by bigwig.baldwin.cx (Postfix) with ESMTPSA id 66E2A8A009; Fri, 5 Nov 2010 17:18:23 -0400 (EDT) From: John Baldwin To: freebsd-current@freebsd.org Date: Fri, 5 Nov 2010 17:16:47 -0400 User-Agent: KMail/1.13.5 (FreeBSD/7.3-CBSD-20100819; KDE/4.4.5; amd64; ; ) References: <20101105202536.GR85693@acme.spoerlein.net> In-Reply-To: <20101105202536.GR85693@acme.spoerlein.net> MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Message-Id: <201011051716.47962.jhb@freebsd.org> X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.2.6 (bigwig.baldwin.cx); Fri, 05 Nov 2010 17:18:23 -0400 (EDT) X-Virus-Scanned: clamav-milter 0.96.3 at bigwig.baldwin.cx X-Virus-Status: Clean X-Spam-Status: No, score=-0.3 required=4.2 tests=BAYES_00,URIBL_SBL autolearn=no version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on bigwig.baldwin.cx Cc: current@freebsd.org Subject: Re: Files under src/ not used for building world X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Nov 2010 21:18:25 -0000 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