Date: Fri, 4 Apr 2003 18:26:31 +0300 From: Ruslan Ermilov <ru@freebsd.org> To: Birk <ari@snafu.de> Cc: "stable@freebsd.org" <stable@freebsd.org> Subject: Re: outdated files after make world Message-ID: <20030404152631.GA55701@sunbay.com> In-Reply-To: <01C2FAC5.F110B320@ari@snafu.de> References: <01C2FAC5.F110B320@ari@snafu.de>
next in thread | previous in thread | raw e-mail | index | archive | help
--BXVAT5kNtrzKuDFl Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Fri, Apr 04, 2003 at 04:19:16PM +0200, Birk wrote: > Hi all, >=20 > After my last make world (updated to 4.7-RELEASE-p10) I checked=20 > which files are older than the start of the build: >=20 > 338 Mar 6 2002 /boot/loader.rc >=20 This is only installed if it does not exist, so you should update it manually when it changes. This has last changed in 1999. > 12168 Mar 6 2002 /usr/include/machine/if_wavelan_ieee.h > 1564 May 1 2002 /usr/include/netinet/ip_auth.h > 34148 May 1 2002 /usr/include/netinet/ip_compat.h > 21840 May 1 2002 /usr/include/netinet/ip_fil.h > 1905 May 1 2002 /usr/include/netinet/ip_frag.h > 8826 May 1 2002 /usr/include/netinet/ip_nat.h > 4559 May 1 2002 /usr/include/netinet/ip_proxy.h > 5621 May 1 2002 /usr/include/netinet/ip_state.h > 324 May 1 2002 /usr/include/netinet/ipl.h > 5930 Mar 6 2002 /usr/include/values.h Headers are installed with -C option of install(1), this preserves the modtime of the file if it was not changed, making it indistinguishable from the case where the header no longer exists. > 858 Mar 6 2002 /usr/libdata/perl/5.00503/mach/_h2ph_pre.ph > 646 Jul 7 2002 /usr/libdata/perl/5.00503/mach/libusb.ph > 28 Jul 7 2002 /usr/libdata/perl/5.00503/mach/ss/mit-sipb-copyright.ph > 1006 Jul 7 2002 /usr/libdata/perl/5.00503/mach/ss/ss.ph > 1560 Jul 7 2002 /usr/libdata/perl/5.00503/mach/ss/ss_err.ph Perl install just uses the source dates. > 80736 Mar 23 09:01 /usr/libexec/ld-elf.so.1 > 80736 Mar 16 09:29 /usr/libexec/ld-elf.so.1.old >=20 ld-elf.so.1 is also installed with -C; this means that the binary did not change. > I know for sure, that _h2ph_pre.ph and ld-elf.so.1 are needed. > Why where they not updated? > For the others, is it save to remove them? >=20 No. I use this: Before installworld, I mv /usr/include /usr/include~ and (for RELENG_4) mv /usr/libdata/perl /usr/libdata/perl~. Cheers, --=20 Ruslan Ermilov Sysadmin and DBA, ru@sunbay.com Sunbay Software AG, ru@FreeBSD.org FreeBSD committer, +380.652.512.251 Simferopol, Ukraine http://www.FreeBSD.org The Power To Serve http://www.oracle.com Enabling The Information Age --BXVAT5kNtrzKuDFl Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (FreeBSD) iD8DBQE+jaQnUkv4P6juNwoRAvOwAJ4iT6PgnufkwSB4NWmo+lPP6BdAPACfZZCy CTMigWpOcyxdQaKoCxxB4uU= =lZTG -----END PGP SIGNATURE----- --BXVAT5kNtrzKuDFl--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030404152631.GA55701>