[Vm-dev] [commit][3371] Fix slip in ARM builf script (wrong install dir).

commits at squeakvm.org commits at squeakvm.org
Sat Jun 6 02:49:24 UTC 2015


Revision: 3371
Author:   eliot
Date:     2015-06-05 19:49:22 -0700 (Fri, 05 Jun 2015)
Log Message:
-----------
Fix slip in ARM builf script (wrong install dir).

Modified Paths:
--------------
    branches/Cog/build.linux32ARM/squeak.cog.spur/build.assert/mvm

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

Modified: branches/Cog/build.linux32ARM/squeak.cog.spur/build.assert/mvm
===================================================================
--- branches/Cog/build.linux32ARM/squeak.cog.spur/build.assert/mvm	2015-06-04 20:15:11 UTC (rev 3370)
+++ branches/Cog/build.linux32ARM/squeak.cog.spur/build.assert/mvm	2015-06-06 02:49:22 UTC (rev 3371)
@@ -1,6 +1,6 @@
 #!/bin/bash
 # assert VM with VM profiler and threaded heartbeat
-INSTALLDIR=assert/cogspurlinuxht
+INSTALLDIR=assert/cogspurlinuxhtARM
 OPT="-g3 -O1 -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -DDEBUGVM=0"
 
 if [ $# -ge 1 ]; then


Property changes on: branches/Cog/platforms/Cross/vm/sqSCCSVersion.h
___________________________________________________________________
Modified: checkindate
   - Thu Jun  4 13:12:03 PDT 2015
   + Fri Jun  5 19:49:01 PDT 2015



More information about the Vm-dev mailing list