X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=wince%2Fxbuildall.ksh;h=5b35bc36bd00e940c7c18816a07f9a49c36733f4;hb=8bb8fffa0cd55f5ec6c1b52236f8c5baff79c3c6;hp=40f8cdbcabeb28d59892e99fd5b6b18e750d1d79;hpb=e1caacb4fdb62cb28dc825ca0115faf95e569339;p=p5sagit%2Fp5-mst-13.2.git diff --git a/wince/xbuildall.ksh b/wince/xbuildall.ksh index 40f8cdb..5b35bc3 100644 --- a/wince/xbuildall.ksh +++ b/wince/xbuildall.ksh @@ -1,29 +1,29 @@ -# Time-stamp: <01/08/01 21:03:25 keuchel@w2k> -# -# rebuild all perl targets - -machines=" -wince-arm-hpc-wce300 -wince-arm-hpc-wce211 -wince-sh3-hpc-wce211 -wince-mips-hpc-wce211 -wince-mips-hpc-wce200 -wince-sh3-hpc-wce200 -wince-arm-pocket-wce300 -wince-mips-pocket-wce300 -wince-sh3-pocket-wce300 -wince-x86em-pocket-wce300 -wince-sh3-palm-wce211 -wince-mips-palm-wce211 -wince-x86em-palm-wce211 -" - -for mach in $machines; do - mflags="-f makefile.ce MACHINE=$mach" - echo "Calling nmake for $mach..." - nmake $mflags clean - nmake $mflags all - nmake $mflags all dlls || exit 1 - nmake $mflags makedist -done - +# Time-stamp: <01/08/01 21:03:25 keuchel@w2k> +# +# rebuild all perl targets + +machines=" +wince-arm-hpc-wce300 +wince-arm-hpc-wce211 +wince-sh3-hpc-wce211 +wince-mips-hpc-wce211 +wince-mips-hpc-wce200 +wince-sh3-hpc-wce200 +wince-arm-pocket-wce300 +wince-mips-pocket-wce300 +wince-sh3-pocket-wce300 +wince-x86em-pocket-wce300 +wince-sh3-palm-wce211 +wince-mips-palm-wce211 +wince-x86em-palm-wce211 +" + +for mach in $machines; do + mflags="-f makefile.ce MACHINE=$mach" + echo "Calling nmake for $mach..." + nmake $mflags clean + nmake $mflags all + nmake $mflags all dlls || exit 1 + nmake $mflags makedist +done +