Rename the variables to be a bit more consistent.
[p5sagit/p5-mst-13.2.git] / wince / xbuildall.ksh
index 40f8cdb..5b35bc3 100644 (file)
@@ -1,29 +1,29 @@
-# Time-stamp: <01/08/01 21:03:25 keuchel@w2k>\r
-#\r
-# rebuild all perl targets\r
-\r
-machines="\r
-wince-arm-hpc-wce300\r
-wince-arm-hpc-wce211\r
-wince-sh3-hpc-wce211\r
-wince-mips-hpc-wce211\r
-wince-mips-hpc-wce200\r
-wince-sh3-hpc-wce200\r
-wince-arm-pocket-wce300\r
-wince-mips-pocket-wce300\r
-wince-sh3-pocket-wce300\r
-wince-x86em-pocket-wce300\r
-wince-sh3-palm-wce211\r
-wince-mips-palm-wce211\r
-wince-x86em-palm-wce211\r
-"\r
-\r
-for mach in $machines; do\r
-  mflags="-f makefile.ce MACHINE=$mach"\r
-  echo "Calling nmake for $mach..."\r
-  nmake $mflags clean\r
-  nmake $mflags all\r
-  nmake $mflags all dlls || exit 1\r
-  nmake $mflags makedist\r
-done\r
-\r
+# 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
+