Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 26 Jul 2001 03:09:47 +0100
From:      Brian Somers <brian@Awfulhak.org>
To:        Sheldon Hearn <sheldonh@starjuice.net>
Cc:        Warner Losh <imp@harmony.village.org>, hackers@FreeBSD.ORG, brian@Awfulhak.org
Subject:   Re: Why install -C include files? 
Message-ID:  <200107260209.f6Q29mg70955@hak.lan.Awfulhak.org>
In-Reply-To: Message from Sheldon Hearn <sheldonh@starjuice.net>  of "Wed, 25 Jul 2001 17:06:44 %2B0200." <6255.996073604@axl.seasidesoftware.co.za> 

next in thread | previous in thread | raw e-mail | index | archive | help
> 
> 
> 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 <brian@freebsd-services.com>                <brian@Awfulhak.org>
      http://www.freebsd-services.com/        <brian@[uk.]FreeBSD.org>
Don't _EVER_ lose your sense of humour !      <brian@[uk.]OpenBSD.org>



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-hackers" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200107260209.f6Q29mg70955>