[Vm-dev] [commit][3089] update ARM mvm etc files to include cleaner fastblt building

commits at squeakvm.org commits at squeakvm.org
Fri Oct 3 00:06:43 UTC 2014


Revision: 3089
Author:   rowledge
Date:     2014-10-02 17:06:43 -0700 (Thu, 02 Oct 2014)
Log Message:
-----------
update ARM mvm etc files to include cleaner fastblt building

Modified Paths:
--------------
    branches/Cog/build.linux32ARMv6/makeall

Modified: branches/Cog/build.linux32ARMv6/makeall
===================================================================
--- branches/Cog/build.linux32ARMv6/makeall	2014-10-03 00:04:54 UTC (rev 3088)
+++ branches/Cog/build.linux32ARMv6/makeall	2014-10-03 00:06:43 UTC (rev 3089)
@@ -1,6 +1,6 @@
 #!/bin/bash
 trap 'exit 2' HUP INT PIPE TERM
-for d in newspeak.cog.* newspeak.stack.* squeak.*; do
+for d in squeak.*; do
 	if test -d "$d"; then
 		(cd $d;./makeallclean "$@")
 	else



More information about the Vm-dev mailing list