Date: Wed, 12 Nov 1997 17:13:54 -0800 (PST) From: Tom <tom@uniserve.com> To: David Hawkins <dhawk@river.org> Cc: stable@freebsd.org Subject: Re: Trying to upgrade: 2.1.7.1 to 2.2.5 Message-ID: <Pine.BSF.3.96.971112171307.5913B-100000@shell.uniserve.com> In-Reply-To: <199711121854.KAA27697@ohio.river.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, 12 Nov 1997, David Hawkins wrote: > I'm trying to upgrade to 2.2.5 from 2.1.7.1 > > I've been running cvsup for the past few weeks to get the files > in sync, but hadn't tried compiling until now. > > I removed /usr/obj and compiled a new /usr/bin/make since it was > griping about the '-m' flag. Did a 'make depend all install' on > /usr/src/include and that went OK. Trying the same on /usr/src/lib > fails repeatedly. So I did rm -rf /usr/src/lib > and called up cvsup and it rebuilt the directory. But 'make depend' > and 'make all' still fail. Why are you doing it this way? You should do a "make buildworld". The "buildworld" target knows the correct order that things should be built in. Tom
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.3.96.971112171307.5913B-100000>