Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 21 Aug 2003 17:52:14 -0400
From:      Joe Altman <fj@panix.com>
To:        geek <geek@netcabo.pt>
Cc:        FreeBSD-questions@FreeBSD.org
Subject:   Re: Source update problems
Message-ID:  <20030821215214.GB11644@panix.com>
In-Reply-To: <2305CFC39C15AA4896E06E5C91C509EF0374385F@VS2.hdi.tvcabo>
References:  <2305CFC39C15AA4896E06E5C91C509EF0374385F@VS2.hdi.tvcabo>

next in thread | previous in thread | raw e-mail | index | archive | help
On Sun, Aug 17, 2003 at 12:33:15AM +0100, geek wrote:
> I have a problem to update my source!
> This is my supfile:
> 
> SRCSUPFILE:
> *default host=cvsup2.freebsd.org
> *default base=/usr
> *default prefix=/usr
> *default release=cvs tag=RELENG_4
> *default delete use-rel-suffix
> *default compress
> src-all
> 
> and my procediment was that:
> 
> root# cvsup -g -L2 SRCSUPFILE
> root# make buildworld
> root# make buildkernel KERNCONF=MYKERNEL
> root# make installkernel KERNCONF=MYKERNEL
> root# make installworld
> root# mergemaster
> root# reboot
> 
> i do "cvsup -g -L2 SRCSUPFILE" right, but when i make make
> buildworld the answer was: make: don't know how to make
> buildworld. Stop!


If you cd to /usr/src/ you will find a Makefile that will give you
a step-by-step means of updating world. The only thing it leaves out
is the -j4 flag to make buildworld.

-- 
The George W. Bush Five Point Economic Recovery Plan:
	      Hunt, Kill, Eat, Hump, Shit.



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