From owner-cvs-all Tue May 15 11:58:15 2001 Delivered-To: cvs-all@freebsd.org Received: from kalaid.f2f.com.ua (kalaid.f2f.com.ua [62.149.0.33]) by hub.freebsd.org (Postfix) with ESMTP id 48A7E37B424; Tue, 15 May 2001 11:58:02 -0700 (PDT) (envelope-from sobomax@mail-in.net) Received: from Mail-In.Net (borey.f2f.com.ua [62.149.0.24]) by kalaid.f2f.com.ua (8.11.3/8.11.1) with ESMTP id f4FJ0S077303; Tue, 15 May 2001 22:00:29 +0300 (EEST) (envelope-from sobomax@mail-in.net) Received: from vega.vega.com (das0-l79.uic-in.net [212.35.189.206]) by Mail-In.Net (8.11.3/8.H.Z) with ESMTP id f4FIwf011474; Tue, 15 May 2001 21:58:41 +0300 (EEST) Received: from FreeBSD.org (big_brother.vega.com [192.168.1.1]) by vega.vega.com (8.11.3/8.11.3) with ESMTP id f4FIvjk15450; Tue, 15 May 2001 21:57:45 +0300 (EEST) (envelope-from sobomax@FreeBSD.org) Message-ID: <3B017C28.4FFDBCFB@FreeBSD.org> Date: Tue, 15 May 2001 21:57:44 +0300 From: Maxim Sobolev Organization: Vega International Capital X-Mailer: Mozilla 4.77 [en] (WinNT; U) X-Accept-Language: uk,ru,en MIME-Version: 1.0 To: Ruslan Ermilov Cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, current@FreeBSD.ORG Subject: Re: cvs commit: src Makefile.inc1 References: <200105141721.f4EHL2056720@freefall.freebsd.org> <20010515161957.A54414@sunbay.com> Content-Type: text/plain; charset=koi8-r Content-Transfer-Encoding: 7bit Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG 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