Date: Wed, 16 May 2001 10:19:47 +0300 From: Ruslan Ermilov <ru@FreeBSD.ORG> To: Warner Losh <imp@harmony.village.org> Cc: Maxim Sobolev <sobomax@FreeBSD.ORG>, cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, current@FreeBSD.ORG Subject: Re: cvs commit: src Makefile.inc1 Message-ID: <20010516101947.B23288@sunbay.com> In-Reply-To: <200105152302.f4FN2PN73955@harmony.village.org>; from imp@harmony.village.org on Tue, May 15, 2001 at 05:02:25PM -0600 References: <3B017C28.4FFDBCFB@FreeBSD.org> <200105141721.f4EHL2056720@freefall.freebsd.org> <20010515161957.A54414@sunbay.com> <3B017C28.4FFDBCFB@FreeBSD.org> <200105152302.f4FN2PN73955@harmony.village.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, May 15, 2001 at 05:02:25PM -0600, Warner Losh wrote: > In message <3B017C28.4FFDBCFB@FreeBSD.org> Maxim Sobolev writes: > : 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. > > I think your idea of just defining PASTE is the best way to go. I > came up with it independently after trying a number of different ideas > on how to get around this. > FWIW, my gross hack to usr.sbin/kbdcontrol also worked: Index: Makefile =================================================================== RCS file: /home/ncvs/src/usr.sbin/kbdcontrol/Makefile,v retrieving revision 1.8 diff -u -p -r1.8 Makefile --- Makefile 2001/03/26 14:40:28 1.8 +++ Makefile 2001/05/16 07:19:20 @@ -3,6 +3,7 @@ PROG= kbdcontrol SRCS= kbdcontrol.c lex.l CFLAGS+= -I${.CURDIR} +CFLAGS+=-I${.CURDIR}/../../sys MAN= kbdcontrol.1 kbdmap.5 MLINKS= kbdmap.5 keymap.5 DPADD= ${LIBL} Cheers, -- Ruslan Ermilov Oracle Developer/DBA, ru@sunbay.com Sunbay Software AG, ru@FreeBSD.org FreeBSD committer, +380.652.512.251 Simferopol, Ukraine http://www.FreeBSD.org The Power To Serve http://www.oracle.com Enabling The Information Age 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?20010516101947.B23288>