From owner-cvs-all Wed May 16 1:48:46 2001 Delivered-To: cvs-all@freebsd.org Received: from mailman.zeta.org.au (mailman.zeta.org.au [203.26.10.16]) by hub.freebsd.org (Postfix) with ESMTP id 75FD137B423; Wed, 16 May 2001 01:48:34 -0700 (PDT) (envelope-from bde@zeta.org.au) Received: from bde.zeta.org.au (bde.zeta.org.au [203.2.228.102]) by mailman.zeta.org.au (8.9.3/8.8.7) with ESMTP id SAA27849; Wed, 16 May 2001 18:48:30 +1000 Date: Wed, 16 May 2001 18:47:12 +1000 (EST) From: Bruce Evans X-Sender: bde@besplex.bde.org To: Ruslan Ermilov Cc: Peter Pentchev , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org, current@FreeBSD.org Subject: Re: cvs commit: src Makefile.inc1 In-Reply-To: <20010515181042.A67205@sunbay.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Tue, 15 May 2001, Ruslan Ermilov wrote: > On Tue, May 15, 2001 at 05:42:04PM +0300, Peter Pentchev wrote: > [...] > > Can't you teach sysinstall/Makefile to use the kbdcontrol in > > ${.OBJDIR}/../kbdcontrol/kbdcontrol instead, and make it somehow > > depend on kbdcontrol being built beforehand? > > > Doing it this way would break cross-platform builds. Even running kbdcontrol might break cross-platform builds. Consider running it on a host platform of Linux. It might fail attempting to do a keyboard ioctl in its initalization. However, kbdcontrol -L might work because it doesn't actually do any keyboard control. Bruce To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message