[Vm-dev] [commit][3056] Fix linux's makeproduct script

commits at squeakvm.org commits at squeakvm.org
Thu Jul 24 17:12:40 UTC 2014


Revision: 3056
Author:   eliot
Date:     2014-07-24 10:12:40 -0700 (Thu, 24 Jul 2014)
Log Message:
-----------
Fix linux's makeproduct script

Modified Paths:
--------------
    branches/Cog/build.linux32x86/makeproduct

Property Changed:
----------------
    branches/Cog/platforms/Cross/vm/sqSCCSVersion.h

Modified: branches/Cog/build.linux32x86/makeproduct
===================================================================
--- branches/Cog/build.linux32x86/makeproduct	2014-07-24 17:11:23 UTC (rev 3055)
+++ branches/Cog/build.linux32x86/makeproduct	2014-07-24 17:12:40 UTC (rev 3056)
@@ -1,6 +1,6 @@
 #!/bin/bash
 trap 'exit 2' HUP INT PIPE TERM
-for d in newspeak.cog.spur newspeak.cog.spur squeak.cog.spur squeak.cog.v3; do
+for d in newspeak.cog.spur newspeak.cog.v3 squeak.cog.spur squeak.cog.v3; do
 	if test -d "$d"; then
 		(cd $d;./makeallclean "$@")
 	else


Property changes on: branches/Cog/platforms/Cross/vm/sqSCCSVersion.h
___________________________________________________________________
Modified: checkindate
   - Thu Jul 24 07:09:12 HST 2014
   + Thu Jul 24 07:12:33 HST 2014



More information about the Vm-dev mailing list