Ruslan Ermilov wrote:
> On Mon, May 14, 2001 at 10:21:02AM -0700, Ruslan Ermilov wrote:
> > ru 2001/05/14 10:21:02 PDT
> >
> > Modified files:
> > . Makefile.inc1
> > Log:
> > Add kbdcontrol(1) to bootstrap-tools.
> > This fixes the upgrade path breakage in usr.sbin/sysinstall.
> >
> > Revision Changes Path
> > 1.201 +2 -1 src/Makefile.inc1
> >
> Argh, this doesn't work either. I first tried this with some stuff
> commented out in Makefile.inc1, and it succeeded. But at the time
> kbdcontrol is built in bootstrap-tools, ${WORLDTMP}/usr/include is
> not yet populated, and kbdcontrol.c requires an up-to-date header
> files. OTOH, the bootstrap-tools are supposed to be built under
> the host environment, so compiling against CURRENT sources would
> be a bug. Ideas?
Perhaps we could rip off the code that dumps keymap file into a little utility on its
own and use this utility to bootstrap sysinstall. I could look into this
direction if there aren't better ideas.
-Maxim
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message