Fwd: DragonFly ISO release build failure for 2CSNAP-20050923-2330-Devel

Matthew Dillon dillon at apollo.backplane.com
Sat Sep 24 11:02:55 PDT 2005


:>  	dd if=boot2.ld of=${.TARGET} obs=7680 conv=osync 2>/dev/null
:
:We don't build stat as a bootstrap-tool, but we could I think.

    Yes, I think it's a good idea to replace uses of ls in
    the build process with stat.  The stat program does use
    ctype.h, but as far as I can tell it only uses it for
    isdigit().  It does not seem to use wchar at all.  If it 
    creates a problem we can just rip that out and write a
    little static procedure to do the same thing.

					-Matt





More information about the Bugs mailing list