DragonFly bugs List (threaded) for 2005-09
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]
Re: Fwd: DragonFly ISO release build failure for 2CSNAP-20050923-2330-Devel
:> 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
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]