Subject: Re: upgrade to -current
To: Jaromir Dolecek <dolecek@ics.muni.cz>
From: Perry E. Metzger <perry@piermont.com>
List: current-users
Date: 03/24/1997 11:39:50
Jaromir Dolecek writes:
> Please what I need to succesfully build new -current kernel on 1.2
> environment ? I have downloaded & installed new make, config,
> /usr/share/mk/* But the compilation bombs on fact gcc's printf
> doesn't know anything about %:, %b; these are used in 1.2 kernel's
> source and 1.2 kernel compiles w/o problems .. Is there anything
> I'm missing ? Please point me to right place ...
> 
> gcc --version:
> 2.7.2.1
> It's build properly from plain gcc 2.7.2.1 using 1.2's gcc2netbsd

1) those scripts are incomplete, sadly. Sorry.
2) To build current:

 build a new make
 install a new set of .mk files
 build a new gcc
 install a new set of includes
 build a new config
 do a make build.

As an alternative, I should have a 1.2D snapshot up later today or
tomorrow. Its building now.

Perry