[CUWiN-Dev] build error with cuwin-netbsd-snap-23-Nov-2005

David Young dyoung at pobox.com
Wed Dec 7 17:07:12 CST 2005


On Wed, Dec 07, 2005 at 04:54:46PM -0600, Bill Comisky wrote:
> 
> On a clean linux crossbuild with current revisions (latest 3699) of the 
> CUWiN source, the build is failing in the "distrib" step.  I'm getting the 
> error shown at the bottom of this email using the 
> cuwin-netbsd-snap-23-Nov-2005 netbsd source.  The file
> 
> /home/bcomisky/cuwin/netbsd/D/build.cnt/usr/mdec/pxeboot_ia32_com0.bin
> 
> isn't found, and does not exist (though the pxeboot_ia32.bin file does 
> exist).  An issues with the snapshot, or are others building OK with it?

This patch should fix it.

Dave

-- 
David Young             OJC Technologies
dyoung at ojctech.com      Urbana, IL * (217) 278-3933
-------------- next part --------------
Index: Makefile
===================================================================
RCS file: /cvsroot/src/sys/arch/i386/stand/Makefile,v
retrieving revision 1.24
diff -u -u -r1.24 Makefile
--- Makefile	12 Nov 2005 09:42:51 -0000	1.24
+++ Makefile	7 Dec 2005 23:06:39 -0000
@@ -10,4 +10,6 @@
 
 SUBDIR+=	pxeboot
 
+SUBDIR+=	pxeboot_com0_19200
+
 .include <bsd.subdir.mk>


More information about the CU-Wireless-Dev mailing list