Date: Tue, 15 May 2001 21:57:44 +0300 From: Maxim Sobolev <sobomax@FreeBSD.ORG> To: Ruslan Ermilov <ru@FreeBSD.ORG> Cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, current@FreeBSD.ORG Subject: Re: cvs commit: src Makefile.inc1 Message-ID: <3B017C28.4FFDBCFB@FreeBSD.org> References: <200105141721.f4EHL2056720@freefall.freebsd.org> <20010515161957.A54414@sunbay.com>
next in thread | previous in thread | raw e-mail | index | archive | help
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 majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3B017C28.4FFDBCFB>
