[M3commit] CVS Update: cm3
Jay Krell
jkrell at elego.de
Thu Feb 25 08:29:14 CET 2010
CVSROOT: /usr/cvs
Changes by: jkrell at birch. 10/02/25 08:29:14
Modified files:
cm3/m3-sys/m3tests/src/: m3makefile
Log message:
on non-posix, look for
\cygwin\bin\date.exe
\cygwin\bin\bc.exe
\cygwin\bin\awk.exe
\cygwin\bin\cat.exe
and use them if they exist
Still, this won't let date even work on Solaris.
Notice how pkgmap.sh just builds its own
from one line of portable C.
Awk I think we can remove just by using wc -l instead of wc?
cat multiple files could be concating fs_contents?
wc via split with newlines as the delimiter?
bc we can just use "0" if it isn't there
or maybe actually write an expression evaluator?
more to do here later..
More information about the M3commit
mailing list