Subject: Re: ../../../../net/files.pf:16: syntax error
To: Darrel <dlevitch@iglou.com>
From: Martin Husemann <martin@duskware.de>
List: current-users
Date: 07/13/2005 14:34:11
On Wed, Jul 13, 2005 at 08:11:50AM -0400, Darrel wrote:
> Can you tell me how to update the toolchain?

build.sh tools kernel=MYCONFIG

should be enough. The "build.sh tools" will create all tools for the complete
build, including "nbconfig" - which is the $TOOLDIR version of config(8).
With that (instead of config) you could configure your kernel manually and
build it -- but the above build.sh invocation should handle it all for you.

Martin