[Vm-dev] [commit][2968] Rationalise the linux product build names and output debug and assert builds to

commits at squeakvm.org commits at squeakvm.org
Tue Jun 10 01:36:18 UTC 2014


Revision: 2968
Author:   eliot
Date:     2014-06-09 18:36:17 -0700 (Mon, 09 Jun 2014)
Log Message:
-----------
Rationalise the linux product build names and output debug and assert builds to
their respective ghettos.

Modified Paths:
--------------
    branches/Cog/build.linux32x86/newspeak.cog.spur/build/mvm
    branches/Cog/build.linux32x86/newspeak.cog.spur/build.assert/mvm
    branches/Cog/build.linux32x86/newspeak.cog.spur/build.assert.itimerheartbeat/mvm
    branches/Cog/build.linux32x86/newspeak.cog.spur/build.debug/mvm
    branches/Cog/build.linux32x86/newspeak.cog.spur/build.debug.itimerheartbeat/mvm
    branches/Cog/build.linux32x86/newspeak.cog.spur/build.itimerheartbeat/mvm
    branches/Cog/build.linux32x86/newspeak.cog.v3/build/mvm
    branches/Cog/build.linux32x86/newspeak.cog.v3/build.assert/mvm
    branches/Cog/build.linux32x86/newspeak.cog.v3/build.assert.itimerheartbeat/mvm
    branches/Cog/build.linux32x86/newspeak.cog.v3/build.debug/mvm
    branches/Cog/build.linux32x86/newspeak.cog.v3/build.debug.itimerheartbeat/mvm
    branches/Cog/build.linux32x86/newspeak.cog.v3/build.itimerheartbeat/mvm
    branches/Cog/build.linux32x86/newspeak.stack.v3/build.itimerheartbeat/mvm
    branches/Cog/build.linux32x86/squeak.cog.spur/build.assert/mvm
    branches/Cog/build.linux32x86/squeak.cog.spur/build.debug/mvm
    branches/Cog/build.linux32x86/squeak.cog.v3/build.assert/mvm
    branches/Cog/build.linux32x86/squeak.cog.v3/build.assert.itimerheartbeat/mvm
    branches/Cog/build.linux32x86/squeak.cog.v3/build.debug/mvm
    branches/Cog/build.linux32x86/squeak.cog.v3/build.debug.itimerheartbeat/mvm
    branches/Cog/build.linux32x86/squeak.stack.spur/build/mvm
    branches/Cog/build.linux32x86/squeak.stack.spur/build.assert/mvm
    branches/Cog/build.linux32x86/squeak.stack.spur/build.assert.itimerheartbeat/mvm
    branches/Cog/build.linux32x86/squeak.stack.spur/build.debug/mvm
    branches/Cog/build.linux32x86/squeak.stack.spur/build.debug.itimerheartbeat/mvm
    branches/Cog/build.linux32x86/squeak.stack.spur/build.itimerheartbeat/mvm
    branches/Cog/build.linux32x86/squeak.stack.v3/build.assert/mvm
    branches/Cog/build.linux32x86/squeak.stack.v3/build.assert.itimerheartbeat/mvm
    branches/Cog/build.linux32x86/squeak.stack.v3/build.debug/mvm
    branches/Cog/build.linux32x86/squeak.stack.v3/build.debug.itimerheartbeat/mvm

Modified: branches/Cog/build.linux32x86/newspeak.cog.spur/build/mvm
===================================================================
--- branches/Cog/build.linux32x86/newspeak.cog.spur/build/mvm	2014-06-10 01:23:12 UTC (rev 2967)
+++ branches/Cog/build.linux32x86/newspeak.cog.spur/build/mvm	2014-06-10 01:36:17 UTC (rev 2968)
@@ -1,6 +1,6 @@
 #!/bin/sh
 # VM with VM profiler and threaded heartbeat assuming multiple thread priorities
-INSTALLDIR=nsspurlinuxht
+INSTALLDIR=nscogspurlinuxht
 if [ $# -ge 1 ]; then
 	case "$1" in
 	-*)	;;

Modified: branches/Cog/build.linux32x86/newspeak.cog.spur/build.assert/mvm
===================================================================
--- branches/Cog/build.linux32x86/newspeak.cog.spur/build.assert/mvm	2014-06-10 01:23:12 UTC (rev 2967)
+++ branches/Cog/build.linux32x86/newspeak.cog.spur/build.assert/mvm	2014-06-10 01:36:17 UTC (rev 2968)
@@ -1,6 +1,6 @@
 #!/bin/sh
 # VM with VM profiler and threaded heartbeat
-INSTALLDIR=nsspurastlinuxht
+INSTALLDIR=assert/nscogspurlinuxht
 if [ $# -ge 1 ]; then
 	case "$1" in
 	-*)	;;

Modified: branches/Cog/build.linux32x86/newspeak.cog.spur/build.assert.itimerheartbeat/mvm
===================================================================
--- branches/Cog/build.linux32x86/newspeak.cog.spur/build.assert.itimerheartbeat/mvm	2014-06-10 01:23:12 UTC (rev 2967)
+++ branches/Cog/build.linux32x86/newspeak.cog.spur/build.assert.itimerheartbeat/mvm	2014-06-10 01:36:17 UTC (rev 2968)
@@ -1,6 +1,6 @@
 #!/bin/sh
 # VM with VM profiler and itimer heartbeat
-INSTALLDIR=nsspurastlinux
+INSTALLDIR=assert/nscogspurlinux
 if [ $# -ge 1 ]; then
 	case "$1" in
 	-*)	;;

Modified: branches/Cog/build.linux32x86/newspeak.cog.spur/build.debug/mvm
===================================================================
--- branches/Cog/build.linux32x86/newspeak.cog.spur/build.debug/mvm	2014-06-10 01:23:12 UTC (rev 2967)
+++ branches/Cog/build.linux32x86/newspeak.cog.spur/build.debug/mvm	2014-06-10 01:36:17 UTC (rev 2968)
@@ -1,6 +1,6 @@
 #!/bin/sh
 # VM with VM profiler and threaded heartbeat assuming multiple thread priorities
-INSTALLDIR=nsspurdbglinuxht
+INSTALLDIR=debug/nscogspurlinuxht
 if [ $# -ge 1 ]; then
 	case "$1" in
 	-*)	;;

Modified: branches/Cog/build.linux32x86/newspeak.cog.spur/build.debug.itimerheartbeat/mvm
===================================================================
--- branches/Cog/build.linux32x86/newspeak.cog.spur/build.debug.itimerheartbeat/mvm	2014-06-10 01:23:12 UTC (rev 2967)
+++ branches/Cog/build.linux32x86/newspeak.cog.spur/build.debug.itimerheartbeat/mvm	2014-06-10 01:36:17 UTC (rev 2968)
@@ -1,6 +1,6 @@
 #!/bin/sh
 # VM with VM profiler and itimer heartbeat
-INSTALLDIR=nsspurdbglinux
+INSTALLDIR=debug/nscogspurlinux
 if [ $# -ge 1 ]; then
 	case "$1" in
 	-*)	;;

Modified: branches/Cog/build.linux32x86/newspeak.cog.spur/build.itimerheartbeat/mvm
===================================================================
--- branches/Cog/build.linux32x86/newspeak.cog.spur/build.itimerheartbeat/mvm	2014-06-10 01:23:12 UTC (rev 2967)
+++ branches/Cog/build.linux32x86/newspeak.cog.spur/build.itimerheartbeat/mvm	2014-06-10 01:36:17 UTC (rev 2968)
@@ -1,6 +1,6 @@
 #!/bin/sh
 # VM with VM profiler and itimer heartbeat
-INSTALLDIR=nsspurlinux
+INSTALLDIR=nscogspurlinux
 if [ $# -ge 1 ]; then
 	case "$1" in
 	-*)	;;

Modified: branches/Cog/build.linux32x86/newspeak.cog.v3/build/mvm
===================================================================
--- branches/Cog/build.linux32x86/newspeak.cog.v3/build/mvm	2014-06-10 01:23:12 UTC (rev 2967)
+++ branches/Cog/build.linux32x86/newspeak.cog.v3/build/mvm	2014-06-10 01:36:17 UTC (rev 2968)
@@ -1,6 +1,6 @@
 #!/bin/bash
 # VM with VM profiler and threaded heartbeat assuming multiple thread priorities
-INSTALLDIR=nsvmlinuxht
+INSTALLDIR=nscoglinuxht
 if [ $# -ge 1 ]; then
 	case "$1" in
 	-*)	;;

Modified: branches/Cog/build.linux32x86/newspeak.cog.v3/build.assert/mvm
===================================================================
--- branches/Cog/build.linux32x86/newspeak.cog.v3/build.assert/mvm	2014-06-10 01:23:12 UTC (rev 2967)
+++ branches/Cog/build.linux32x86/newspeak.cog.v3/build.assert/mvm	2014-06-10 01:36:17 UTC (rev 2968)
@@ -1,6 +1,6 @@
 #!/bin/bash
 # VM with VM profiler and threaded heartbeat assuming multiple thread priorities
-INSTALLDIR=nsvmlinuxastht
+INSTALLDIR=assert/nscoglinuxht
 if [ $# -ge 1 ]; then
 	case "$1" in
 	-*)	;;

Modified: branches/Cog/build.linux32x86/newspeak.cog.v3/build.assert.itimerheartbeat/mvm
===================================================================
--- branches/Cog/build.linux32x86/newspeak.cog.v3/build.assert.itimerheartbeat/mvm	2014-06-10 01:23:12 UTC (rev 2967)
+++ branches/Cog/build.linux32x86/newspeak.cog.v3/build.assert.itimerheartbeat/mvm	2014-06-10 01:36:17 UTC (rev 2968)
@@ -1,5 +1,5 @@
 #!/bin/bash
-INSTALLDIR=nsvmlinuxast
+INSTALLDIR=assert/nscoglinux
 if [ $# -ge 1 ]; then
 	case "$1" in
 	-*)	;;

Modified: branches/Cog/build.linux32x86/newspeak.cog.v3/build.debug/mvm
===================================================================
--- branches/Cog/build.linux32x86/newspeak.cog.v3/build.debug/mvm	2014-06-10 01:23:12 UTC (rev 2967)
+++ branches/Cog/build.linux32x86/newspeak.cog.v3/build.debug/mvm	2014-06-10 01:36:17 UTC (rev 2968)
@@ -1,6 +1,6 @@
 #!/bin/bash
 # VM with VM profiler and threaded heartbeat assuming multiple thread priorities
-INSTALLDIR=nsvmlinuxdbght
+INSTALLDIR=debug/nscoglinuxht
 if [ $# -ge 1 ]; then
 	case "$1" in
 	-*)	;;

Modified: branches/Cog/build.linux32x86/newspeak.cog.v3/build.debug.itimerheartbeat/mvm
===================================================================
--- branches/Cog/build.linux32x86/newspeak.cog.v3/build.debug.itimerheartbeat/mvm	2014-06-10 01:23:12 UTC (rev 2967)
+++ branches/Cog/build.linux32x86/newspeak.cog.v3/build.debug.itimerheartbeat/mvm	2014-06-10 01:36:17 UTC (rev 2968)
@@ -1,5 +1,5 @@
 #!/bin/bash
-INSTALLDIR=nsvmlinuxdbg
+INSTALLDIR=debug/nscoglinux
 if [ $# -ge 1 ]; then
 	case "$1" in
 	-*)	;;

Modified: branches/Cog/build.linux32x86/newspeak.cog.v3/build.itimerheartbeat/mvm
===================================================================
--- branches/Cog/build.linux32x86/newspeak.cog.v3/build.itimerheartbeat/mvm	2014-06-10 01:23:12 UTC (rev 2967)
+++ branches/Cog/build.linux32x86/newspeak.cog.v3/build.itimerheartbeat/mvm	2014-06-10 01:36:17 UTC (rev 2968)
@@ -1,5 +1,5 @@
 #!/bin/bash
-INSTALLDIR=nsvmlinux
+INSTALLDIR=nscoglinux
 if [ $# -ge 1 ]; then
 	case "$1" in
 	-*)	;;

Modified: branches/Cog/build.linux32x86/newspeak.stack.v3/build.itimerheartbeat/mvm
===================================================================
--- branches/Cog/build.linux32x86/newspeak.stack.v3/build.itimerheartbeat/mvm	2014-06-10 01:23:12 UTC (rev 2967)
+++ branches/Cog/build.linux32x86/newspeak.stack.v3/build.itimerheartbeat/mvm	2014-06-10 01:36:17 UTC (rev 2968)
@@ -1,5 +1,5 @@
 #!/bin/bash
-INSTALLDIR=nsstackvm
+INSTALLDIR=nsstklinux
 if [ $# -ge 1 ]; then
 	case "$1" in
 	-*)	;;

Modified: branches/Cog/build.linux32x86/squeak.cog.spur/build.assert/mvm
===================================================================
--- branches/Cog/build.linux32x86/squeak.cog.spur/build.assert/mvm	2014-06-10 01:23:12 UTC (rev 2967)
+++ branches/Cog/build.linux32x86/squeak.cog.spur/build.assert/mvm	2014-06-10 01:36:17 UTC (rev 2968)
@@ -1,6 +1,6 @@
 #!/bin/sh
 # VM with VM profiler and threaded heartbeat assuming multiple thread priorities
-INSTALLDIR=cogspurastlinuxht
+INSTALLDIR=assert/cogspurlinuxht
 if [ $# -ge 1 ]; then
 	INSTALLDIR="$1"; shift
 fi

Modified: branches/Cog/build.linux32x86/squeak.cog.spur/build.debug/mvm
===================================================================
--- branches/Cog/build.linux32x86/squeak.cog.spur/build.debug/mvm	2014-06-10 01:23:12 UTC (rev 2967)
+++ branches/Cog/build.linux32x86/squeak.cog.spur/build.debug/mvm	2014-06-10 01:36:17 UTC (rev 2968)
@@ -1,6 +1,6 @@
 #!/bin/sh
 # VM with VM profiler and threaded heartbeat assuming multiple thread priorities
-INSTALLDIR=cogspurdbglinuxht
+INSTALLDIR=debug/cogspurlinuxht
 if [ $# -ge 1 ]; then
 	INSTALLDIR="$1"; shift
 fi

Modified: branches/Cog/build.linux32x86/squeak.cog.v3/build.assert/mvm
===================================================================
--- branches/Cog/build.linux32x86/squeak.cog.v3/build.assert/mvm	2014-06-10 01:23:12 UTC (rev 2967)
+++ branches/Cog/build.linux32x86/squeak.cog.v3/build.assert/mvm	2014-06-10 01:36:17 UTC (rev 2968)
@@ -1,6 +1,6 @@
 #!/bin/sh
 # VM with VM profiler and threaded heartbeat assuming multiple thread priorities
-INSTALLDIR=cogastlinuxht
+INSTALLDIR=assert/coglinuxht
 if [ $# -ge 1 ]; then
 	INSTALLDIR="$1"; shift
 fi

Modified: branches/Cog/build.linux32x86/squeak.cog.v3/build.assert.itimerheartbeat/mvm
===================================================================
--- branches/Cog/build.linux32x86/squeak.cog.v3/build.assert.itimerheartbeat/mvm	2014-06-10 01:23:12 UTC (rev 2967)
+++ branches/Cog/build.linux32x86/squeak.cog.v3/build.assert.itimerheartbeat/mvm	2014-06-10 01:36:17 UTC (rev 2968)
@@ -1,5 +1,5 @@
 #!/bin/sh
-INSTALLDIR=cogastlinux
+INSTALLDIR=assert/coglinux
 if [ $# -ge 1 ]; then
 	INSTALLDIR="$1"; shift
 fi

Modified: branches/Cog/build.linux32x86/squeak.cog.v3/build.debug/mvm
===================================================================
--- branches/Cog/build.linux32x86/squeak.cog.v3/build.debug/mvm	2014-06-10 01:23:12 UTC (rev 2967)
+++ branches/Cog/build.linux32x86/squeak.cog.v3/build.debug/mvm	2014-06-10 01:36:17 UTC (rev 2968)
@@ -1,6 +1,6 @@
 #!/bin/sh
 # VM with VM profiler and threaded heartbeat assuming multiple thread priorities
-INSTALLDIR=cogdbglinuxht
+INSTALLDIR=debug/coglinuxht
 if [ $# -ge 1 ]; then
 	INSTALLDIR="$1"; shift
 fi

Modified: branches/Cog/build.linux32x86/squeak.cog.v3/build.debug.itimerheartbeat/mvm
===================================================================
--- branches/Cog/build.linux32x86/squeak.cog.v3/build.debug.itimerheartbeat/mvm	2014-06-10 01:23:12 UTC (rev 2967)
+++ branches/Cog/build.linux32x86/squeak.cog.v3/build.debug.itimerheartbeat/mvm	2014-06-10 01:36:17 UTC (rev 2968)
@@ -1,5 +1,5 @@
 #!/bin/sh
-INSTALLDIR=cogdbglinux
+INSTALLDIR=debug/coglinux
 if [ $# -ge 1 ]; then
 	INSTALLDIR="$1"; shift
 fi

Modified: branches/Cog/build.linux32x86/squeak.stack.spur/build/mvm
===================================================================
--- branches/Cog/build.linux32x86/squeak.stack.spur/build/mvm	2014-06-10 01:23:12 UTC (rev 2967)
+++ branches/Cog/build.linux32x86/squeak.stack.spur/build/mvm	2014-06-10 01:36:17 UTC (rev 2968)
@@ -1,6 +1,6 @@
 #!/bin/bash
 # VM with VM profiler and threaded heartbeat assuming multiple thread priorities
-INSTALLDIR=spurstklinuxht
+INSTALLDIR=stkspurlinuxht
 if [ $# -ge 1 ]; then
 	case "$1" in
 	-*)	;;

Modified: branches/Cog/build.linux32x86/squeak.stack.spur/build.assert/mvm
===================================================================
--- branches/Cog/build.linux32x86/squeak.stack.spur/build.assert/mvm	2014-06-10 01:23:12 UTC (rev 2967)
+++ branches/Cog/build.linux32x86/squeak.stack.spur/build.assert/mvm	2014-06-10 01:36:17 UTC (rev 2968)
@@ -1,6 +1,6 @@
 #!/bin/bash
 # VM with VM profiler and threaded heartbeat assuming multiple thread priorities
-INSTALLDIR=spurstklinuxastht
+INSTALLDIR=assert/stkspurlinuxht
 if [ $# -ge 1 ]; then
 	case "$1" in
 	-*)	;;

Modified: branches/Cog/build.linux32x86/squeak.stack.spur/build.assert.itimerheartbeat/mvm
===================================================================
--- branches/Cog/build.linux32x86/squeak.stack.spur/build.assert.itimerheartbeat/mvm	2014-06-10 01:23:12 UTC (rev 2967)
+++ branches/Cog/build.linux32x86/squeak.stack.spur/build.assert.itimerheartbeat/mvm	2014-06-10 01:36:17 UTC (rev 2968)
@@ -1,5 +1,5 @@
 #!/bin/bash
-INSTALLDIR=spurstklinuxast
+INSTALLDIR=assert/stkspurlinux
 if [ $# -ge 1 ]; then
 	case "$1" in
 	-*)	;;

Modified: branches/Cog/build.linux32x86/squeak.stack.spur/build.debug/mvm
===================================================================
--- branches/Cog/build.linux32x86/squeak.stack.spur/build.debug/mvm	2014-06-10 01:23:12 UTC (rev 2967)
+++ branches/Cog/build.linux32x86/squeak.stack.spur/build.debug/mvm	2014-06-10 01:36:17 UTC (rev 2968)
@@ -1,6 +1,6 @@
 #!/bin/bash
 # VM with VM profiler and threaded heartbeat assuming multiple thread priorities
-INSTALLDIR=spurstklinuxdbght
+INSTALLDIR=debug/stkspurlinuxht
 if [ $# -ge 1 ]; then
 	case "$1" in
 	-*)	;;

Modified: branches/Cog/build.linux32x86/squeak.stack.spur/build.debug.itimerheartbeat/mvm
===================================================================
--- branches/Cog/build.linux32x86/squeak.stack.spur/build.debug.itimerheartbeat/mvm	2014-06-10 01:23:12 UTC (rev 2967)
+++ branches/Cog/build.linux32x86/squeak.stack.spur/build.debug.itimerheartbeat/mvm	2014-06-10 01:36:17 UTC (rev 2968)
@@ -1,5 +1,5 @@
 #!/bin/bash
-INSTALLDIR=spurstklinuxdbg
+INSTALLDIR=debug/stkspurlinux
 if [ $# -ge 1 ]; then
 	case "$1" in
 	-*)	;;

Modified: branches/Cog/build.linux32x86/squeak.stack.spur/build.itimerheartbeat/mvm
===================================================================
--- branches/Cog/build.linux32x86/squeak.stack.spur/build.itimerheartbeat/mvm	2014-06-10 01:23:12 UTC (rev 2967)
+++ branches/Cog/build.linux32x86/squeak.stack.spur/build.itimerheartbeat/mvm	2014-06-10 01:36:17 UTC (rev 2968)
@@ -1,5 +1,5 @@
 #!/bin/bash
-INSTALLDIR=spurstklinux
+INSTALLDIR=stkspurlinux
 if [ $# -ge 1 ]; then
 	case "$1" in
 	-*)	;;

Modified: branches/Cog/build.linux32x86/squeak.stack.v3/build.assert/mvm
===================================================================
--- branches/Cog/build.linux32x86/squeak.stack.v3/build.assert/mvm	2014-06-10 01:23:12 UTC (rev 2967)
+++ branches/Cog/build.linux32x86/squeak.stack.v3/build.assert/mvm	2014-06-10 01:36:17 UTC (rev 2968)
@@ -1,6 +1,6 @@
 #!/bin/bash
 # VM with VM profiler and threaded heartbeat assuming multiple thread priorities
-INSTALLDIR=stklinuxastht
+INSTALLDIR=assert/stklinuxht
 if [ $# -ge 1 ]; then
 	case "$1" in
 	-*)	;;

Modified: branches/Cog/build.linux32x86/squeak.stack.v3/build.assert.itimerheartbeat/mvm
===================================================================
--- branches/Cog/build.linux32x86/squeak.stack.v3/build.assert.itimerheartbeat/mvm	2014-06-10 01:23:12 UTC (rev 2967)
+++ branches/Cog/build.linux32x86/squeak.stack.v3/build.assert.itimerheartbeat/mvm	2014-06-10 01:36:17 UTC (rev 2968)
@@ -1,5 +1,5 @@
 #!/bin/bash 
-INSTALLDIR=stklinuxast
+INSTALLDIR=assert/stklinux
 if [ $# -ge 1 ]; then
 	case "$1" in
 	-*)	;;

Modified: branches/Cog/build.linux32x86/squeak.stack.v3/build.debug/mvm
===================================================================
--- branches/Cog/build.linux32x86/squeak.stack.v3/build.debug/mvm	2014-06-10 01:23:12 UTC (rev 2967)
+++ branches/Cog/build.linux32x86/squeak.stack.v3/build.debug/mvm	2014-06-10 01:36:17 UTC (rev 2968)
@@ -1,6 +1,6 @@
 #!/bin/bash
 # VM with VM profiler and threaded heartbeat assuming multiple thread priorities
-INSTALLDIR=stklinuxdbght
+INSTALLDIR=debug/stklinuxht
 if [ $# -ge 1 ]; then
 	case "$1" in
 	-*)	;;

Modified: branches/Cog/build.linux32x86/squeak.stack.v3/build.debug.itimerheartbeat/mvm
===================================================================
--- branches/Cog/build.linux32x86/squeak.stack.v3/build.debug.itimerheartbeat/mvm	2014-06-10 01:23:12 UTC (rev 2967)
+++ branches/Cog/build.linux32x86/squeak.stack.v3/build.debug.itimerheartbeat/mvm	2014-06-10 01:36:17 UTC (rev 2968)
@@ -1,5 +1,5 @@
 #!/bin/bash
-INSTALLDIR=stklinuxdbg
+INSTALLDIR=debug/stklinux
 if [ $# -ge 1 ]; then
 	case "$1" in
 	-*)	;;



More information about the Vm-dev mailing list