From owner-freebsd-hackers Wed Jul 25 19: 9:55 2001 Delivered-To: freebsd-hackers@freebsd.org Received: from Awfulhak.org (gw.Awfulhak.org [217.204.245.18]) by hub.freebsd.org (Postfix) with ESMTP id A927737B401 for ; Wed, 25 Jul 2001 19:09:51 -0700 (PDT) (envelope-from brian@Awfulhak.org) Received: from hak.lan.Awfulhak.org (root@hak.lan.Awfulhak.org [172.16.0.12]) by Awfulhak.org (8.11.4/8.11.4) with ESMTP id f6Q29ot08661; Thu, 26 Jul 2001 03:09:50 +0100 (BST) (envelope-from brian@lan.Awfulhak.org) Received: from hak.lan.Awfulhak.org (brian@localhost [127.0.0.1]) by hak.lan.Awfulhak.org (8.11.4/8.11.4) with ESMTP id f6Q29mg70955; Thu, 26 Jul 2001 03:09:48 +0100 (BST) (envelope-from brian@hak.lan.Awfulhak.org) Message-Id: <200107260209.f6Q29mg70955@hak.lan.Awfulhak.org> X-Mailer: exmh version 2.5 07/13/2001 with nmh-1.0.4 To: Sheldon Hearn Cc: Warner Losh , hackers@FreeBSD.ORG, brian@Awfulhak.org Subject: Re: Why install -C include files? In-Reply-To: Message from Sheldon Hearn of "Wed, 25 Jul 2001 17:06:44 +0200." <6255.996073604@axl.seasidesoftware.co.za> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <70948.996113384.1@hak.lan.Awfulhak.org> Date: Thu, 26 Jul 2001 03:09:47 +0100 From: Brian Somers Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG > > > On Wed, 25 Jul 2001 08:58:02 CST, Warner Losh wrote: > > > The reason I'd like to see it isn't so that make world kills things > > automatically, but so that I could kill them (or at least find out > > what should be killed) on systems that had FreeBSD 1.0 installed on > > them, then upgraded, disk cloned, etc. > > That's exactly what I'm talking about. :-) Every now and then, rather than doing ``make installworld'', do: # cd /usr # mv share share.not # mv include include.not # mv libdata libdata.not # cd src # make -m /usr/src/share/mk installworld # cd .. # rm -fr share.not include.not libdata.not This keeps things reasonably clean. > Ciao, > Sheldon. -- Brian http://www.freebsd-services.com/ Don't _EVER_ lose your sense of humour ! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message