Subject: Re: Confused compiling -current
To: Daniel Carosone <dan@geek.com.au>
From: Daniel Bolgheroni <dab__@uol.com.br>
List: current-users
Date: 01/08/2003 02:11:01
On Thu, 9 Jan 2003, Daniel Carosone wrote:

> /usr/src/build.sh is designed to help resolve these circular dependencies.

Only to conclude:

build.sh is only to compile *dependencies* to build a new system. I was
thinking build.sh builds all the system.

So, to really build a complete new system, I must use make(1) with
the -current Makefile (make build, make distribution, etc.)?

Thank you.