[Vm-dev] [commit][2986] And write the argument passing expansion correctly

commits at squeakvm.org commits at squeakvm.org
Wed Jun 11 20:12:30 UTC 2014


Revision: 2986
Author:   eliot
Date:     2014-06-11 13:12:30 -0700 (Wed, 11 Jun 2014)
Log Message:
-----------
And write the argument passing expansion correctly

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.spur/build/mvm
    branches/Cog/build.linux32x86/newspeak.stack.spur/build.assert/mvm
    branches/Cog/build.linux32x86/newspeak.stack.spur/build.debug/mvm
    branches/Cog/build.linux32x86/newspeak.stack.v3/build/mvm
    branches/Cog/build.linux32x86/newspeak.stack.v3/build.assert/mvm
    branches/Cog/build.linux32x86/newspeak.stack.v3/build.debug/mvm

Modified: branches/Cog/build.linux32x86/newspeak.cog.spur/build/mvm
===================================================================
--- branches/Cog/build.linux32x86/newspeak.cog.spur/build/mvm	2014-06-11 19:47:08 UTC (rev 2985)
+++ branches/Cog/build.linux32x86/newspeak.cog.spur/build/mvm	2014-06-11 20:12:30 UTC (rev 2986)
@@ -33,4 +33,4 @@
 # prefer make install prefix=`readlink -f \`pwd\`/../../../products/$INSTALLDIR`
 # but older linux readlinks lack the -f flag
 make install prefix=`(cd ../../../;pwd)`/products/$INSTALLDIR 2>&1 | tee LOG
-../../editnewspeakinstall.sh $@ ../../../products/$INSTALLDIR
+../../editnewspeakinstall.sh "$@" ../../../products/$INSTALLDIR

Modified: branches/Cog/build.linux32x86/newspeak.cog.spur/build.assert/mvm
===================================================================
--- branches/Cog/build.linux32x86/newspeak.cog.spur/build.assert/mvm	2014-06-11 19:47:08 UTC (rev 2985)
+++ branches/Cog/build.linux32x86/newspeak.cog.spur/build.assert/mvm	2014-06-11 20:12:30 UTC (rev 2986)
@@ -29,4 +29,4 @@
 # prefer make install prefix=`readlink -f \`pwd\`/../../../products/$INSTALLDIR`
 # but older linux readlinks lack the -f flag
 make install prefix=`(cd ../../../;pwd)`/products/$INSTALLDIR 2>&1 | tee LOG
-../../editnewspeakinstall.sh $@ ../../../products/$INSTALLDIR
+../../editnewspeakinstall.sh "$@" ../../../products/$INSTALLDIR

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-11 19:47:08 UTC (rev 2985)
+++ branches/Cog/build.linux32x86/newspeak.cog.spur/build.assert.itimerheartbeat/mvm	2014-06-11 20:12:30 UTC (rev 2986)
@@ -27,4 +27,4 @@
 rm -f vm/sqUnixMain.o # nuke version info
 rm -rf ../../../products/$INSTALLDIR
 make install prefix=`(cd ../../../;pwd)`/products/$INSTALLDIR 2>&1 | tee LOG
-../../editnewspeakinstall.sh $@ ../../../products/$INSTALLDIR
+../../editnewspeakinstall.sh "$@" ../../../products/$INSTALLDIR

Modified: branches/Cog/build.linux32x86/newspeak.cog.spur/build.debug/mvm
===================================================================
--- branches/Cog/build.linux32x86/newspeak.cog.spur/build.debug/mvm	2014-06-11 19:47:08 UTC (rev 2985)
+++ branches/Cog/build.linux32x86/newspeak.cog.spur/build.debug/mvm	2014-06-11 20:12:30 UTC (rev 2986)
@@ -29,4 +29,4 @@
 # prefer make install prefix=`readlink -f \`pwd\`/../../../products/$INSTALLDIR`
 # but older linux readlinks lack the -f flag
 make install prefix=`(cd ../../../;pwd)`/products/$INSTALLDIR 2>&1 | tee LOG
-../../editnewspeakinstall.sh $@ ../../../products/$INSTALLDIR
+../../editnewspeakinstall.sh "$@" ../../../products/$INSTALLDIR

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-11 19:47:08 UTC (rev 2985)
+++ branches/Cog/build.linux32x86/newspeak.cog.spur/build.debug.itimerheartbeat/mvm	2014-06-11 20:12:30 UTC (rev 2986)
@@ -27,4 +27,4 @@
 rm -f vm/sqUnixMain.o # nuke version info
 rm -rf ../../../products/$INSTALLDIR
 make install prefix=`(cd ../../../;pwd)`/products/$INSTALLDIR 2>&1 | tee LOG
-../../editnewspeakinstall.sh $@ ../../../products/$INSTALLDIR
+../../editnewspeakinstall.sh "$@" ../../../products/$INSTALLDIR

Modified: branches/Cog/build.linux32x86/newspeak.cog.spur/build.itimerheartbeat/mvm
===================================================================
--- branches/Cog/build.linux32x86/newspeak.cog.spur/build.itimerheartbeat/mvm	2014-06-11 19:47:08 UTC (rev 2985)
+++ branches/Cog/build.linux32x86/newspeak.cog.spur/build.itimerheartbeat/mvm	2014-06-11 20:12:30 UTC (rev 2986)
@@ -31,4 +31,4 @@
 rm -f vm/sqUnixMain.o # nuke version info
 rm -rf ../../../products/$INSTALLDIR
 make install prefix=`(cd ../../../;pwd)`/products/$INSTALLDIR 2>&1 | tee LOG
-../../editnewspeakinstall.sh $@ ../../../products/$INSTALLDIR
+../../editnewspeakinstall.sh "$@" ../../../products/$INSTALLDIR

Modified: branches/Cog/build.linux32x86/newspeak.cog.v3/build/mvm
===================================================================
--- branches/Cog/build.linux32x86/newspeak.cog.v3/build/mvm	2014-06-11 19:47:08 UTC (rev 2985)
+++ branches/Cog/build.linux32x86/newspeak.cog.v3/build/mvm	2014-06-11 20:12:30 UTC (rev 2986)
@@ -32,4 +32,4 @@
 # prefer make install prefix=`readlink -f \`pwd\`/../../../products/$INSTALLDIR`
 # but older linux readlinks lack the -f flag
 make install prefix=`(cd ../../../;pwd)`/products/$INSTALLDIR 2>&1 | tee LOG
-../../editnewspeakinstall.sh $@ ../../../products/$INSTALLDIR
+../../editnewspeakinstall.sh "$@" ../../../products/$INSTALLDIR

Modified: branches/Cog/build.linux32x86/newspeak.cog.v3/build.assert/mvm
===================================================================
--- branches/Cog/build.linux32x86/newspeak.cog.v3/build.assert/mvm	2014-06-11 19:47:08 UTC (rev 2985)
+++ branches/Cog/build.linux32x86/newspeak.cog.v3/build.assert/mvm	2014-06-11 20:12:30 UTC (rev 2986)
@@ -28,4 +28,4 @@
 # prefer make install prefix=`readlink -f \`pwd\`/../../../products/$INSTALLDIR`
 # but older linux readlinks lack the -f flag
 make install prefix=`(cd ../../../;pwd)`/products/$INSTALLDIR 2>&1 | tee LOG
-../../editnewspeakinstall.sh $@ ../../../products/$INSTALLDIR
+../../editnewspeakinstall.sh "$@" ../../../products/$INSTALLDIR

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-11 19:47:08 UTC (rev 2985)
+++ branches/Cog/build.linux32x86/newspeak.cog.v3/build.assert.itimerheartbeat/mvm	2014-06-11 20:12:30 UTC (rev 2986)
@@ -28,4 +28,4 @@
 # prefer make install prefix=`readlink -f \`pwd\`/../../../products/$INSTALLDIR`
 # but older linux readlinks lack the -f flag
 make install prefix=`(cd ../../../;pwd)`/products/$INSTALLDIR 2>&1 | tee LOG
-../../editnewspeakinstall.sh $@ ../../../products/$INSTALLDIR
+../../editnewspeakinstall.sh "$@" ../../../products/$INSTALLDIR

Modified: branches/Cog/build.linux32x86/newspeak.cog.v3/build.debug/mvm
===================================================================
--- branches/Cog/build.linux32x86/newspeak.cog.v3/build.debug/mvm	2014-06-11 19:47:08 UTC (rev 2985)
+++ branches/Cog/build.linux32x86/newspeak.cog.v3/build.debug/mvm	2014-06-11 20:12:30 UTC (rev 2986)
@@ -28,4 +28,4 @@
 # prefer make install prefix=`readlink -f \`pwd\`/../../../products/$INSTALLDIR`
 # but older linux readlinks lack the -f flag
 make install prefix=`(cd ../../../;pwd)`/products/$INSTALLDIR 2>&1 | tee LOG
-../../editnewspeakinstall.sh $@ ../../../products/$INSTALLDIR
+../../editnewspeakinstall.sh "$@" ../../../products/$INSTALLDIR

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-11 19:47:08 UTC (rev 2985)
+++ branches/Cog/build.linux32x86/newspeak.cog.v3/build.debug.itimerheartbeat/mvm	2014-06-11 20:12:30 UTC (rev 2986)
@@ -28,4 +28,4 @@
 # prefer make install prefix=`readlink -f \`pwd\`/../../../products/$INSTALLDIR`
 # but older linux readlinks lack the -f flag
 make install prefix=`(cd ../../../;pwd)`/products/$INSTALLDIR 2>&1 | tee LOG
-../../editnewspeakinstall.sh $@ ../../../products/$INSTALLDIR
+../../editnewspeakinstall.sh "$@" ../../../products/$INSTALLDIR

Modified: branches/Cog/build.linux32x86/newspeak.cog.v3/build.itimerheartbeat/mvm
===================================================================
--- branches/Cog/build.linux32x86/newspeak.cog.v3/build.itimerheartbeat/mvm	2014-06-11 19:47:08 UTC (rev 2985)
+++ branches/Cog/build.linux32x86/newspeak.cog.v3/build.itimerheartbeat/mvm	2014-06-11 20:12:30 UTC (rev 2986)
@@ -32,4 +32,4 @@
 # prefer make install prefix=`readlink -f \`pwd\`/../../../products/$INSTALLDIR`
 # but older linux readlinks lack the -f flag
 make install prefix=`(cd ../../../;pwd)`/products/$INSTALLDIR 2>&1 | tee LOG
-../../editnewspeakinstall.sh $@ ../../../products/$INSTALLDIR
+../../editnewspeakinstall.sh "$@" ../../../products/$INSTALLDIR

Modified: branches/Cog/build.linux32x86/newspeak.stack.spur/build/mvm
===================================================================
--- branches/Cog/build.linux32x86/newspeak.stack.spur/build/mvm	2014-06-11 19:47:08 UTC (rev 2985)
+++ branches/Cog/build.linux32x86/newspeak.stack.spur/build/mvm	2014-06-11 20:12:30 UTC (rev 2986)
@@ -33,4 +33,4 @@
 # prefer make install prefix=`readlink -f \`pwd\`/../../../products/$INSTALLDIR`
 # but older linux readlinks lack the -f flag
 make install prefix=`(cd ../../../;pwd)`/products/$INSTALLDIR 2>&1 | tee LOG
-../../editnewspeakinstall.sh $@ ../../../products/$INSTALLDIR
+../../editnewspeakinstall.sh "$@" ../../../products/$INSTALLDIR

Modified: branches/Cog/build.linux32x86/newspeak.stack.spur/build.assert/mvm
===================================================================
--- branches/Cog/build.linux32x86/newspeak.stack.spur/build.assert/mvm	2014-06-11 19:47:08 UTC (rev 2985)
+++ branches/Cog/build.linux32x86/newspeak.stack.spur/build.assert/mvm	2014-06-11 20:12:30 UTC (rev 2986)
@@ -29,4 +29,4 @@
 # prefer make install prefix=`readlink -f \`pwd\`/../../../products/$INSTALLDIR`
 # but older linux readlinks lack the -f flag
 make install prefix=`(cd ../../../;pwd)`/products/$INSTALLDIR 2>&1 | tee LOG
-../../editnewspeakinstall.sh $@ ../../../products/$INSTALLDIR
+../../editnewspeakinstall.sh "$@" ../../../products/$INSTALLDIR

Modified: branches/Cog/build.linux32x86/newspeak.stack.spur/build.debug/mvm
===================================================================
--- branches/Cog/build.linux32x86/newspeak.stack.spur/build.debug/mvm	2014-06-11 19:47:08 UTC (rev 2985)
+++ branches/Cog/build.linux32x86/newspeak.stack.spur/build.debug/mvm	2014-06-11 20:12:30 UTC (rev 2986)
@@ -29,4 +29,4 @@
 # prefer make install prefix=`readlink -f \`pwd\`/../../../products/$INSTALLDIR`
 # but older linux readlinks lack the -f flag
 make install prefix=`(cd ../../../;pwd)`/products/$INSTALLDIR 2>&1 | tee LOG
-../../editnewspeakinstall.sh $@ ../../../products/$INSTALLDIR
+../../editnewspeakinstall.sh "$@" ../../../products/$INSTALLDIR

Modified: branches/Cog/build.linux32x86/newspeak.stack.v3/build/mvm
===================================================================
--- branches/Cog/build.linux32x86/newspeak.stack.v3/build/mvm	2014-06-11 19:47:08 UTC (rev 2985)
+++ branches/Cog/build.linux32x86/newspeak.stack.v3/build/mvm	2014-06-11 20:12:30 UTC (rev 2986)
@@ -33,4 +33,4 @@
 # prefer make install prefix=`readlink -f \`pwd\`/../../../products/$INSTALLDIR`
 # but older linux readlinks lack the -f flag
 make install prefix=`(cd ../../../;pwd)`/products/$INSTALLDIR 2>&1 | tee LOG
-../../editnewspeakinstall.sh $@ ../../../products/$INSTALLDIR
+../../editnewspeakinstall.sh "$@" ../../../products/$INSTALLDIR

Modified: branches/Cog/build.linux32x86/newspeak.stack.v3/build.assert/mvm
===================================================================
--- branches/Cog/build.linux32x86/newspeak.stack.v3/build.assert/mvm	2014-06-11 19:47:08 UTC (rev 2985)
+++ branches/Cog/build.linux32x86/newspeak.stack.v3/build.assert/mvm	2014-06-11 20:12:30 UTC (rev 2986)
@@ -29,4 +29,4 @@
 # prefer make install prefix=`readlink -f \`pwd\`/../../../products/$INSTALLDIR`
 # but older linux readlinks lack the -f flag
 make install prefix=`(cd ../../../;pwd)`/products/$INSTALLDIR 2>&1 | tee LOG
-../../editnewspeakinstall.sh $@ ../../../products/$INSTALLDIR
+../../editnewspeakinstall.sh "$@" ../../../products/$INSTALLDIR

Modified: branches/Cog/build.linux32x86/newspeak.stack.v3/build.debug/mvm
===================================================================
--- branches/Cog/build.linux32x86/newspeak.stack.v3/build.debug/mvm	2014-06-11 19:47:08 UTC (rev 2985)
+++ branches/Cog/build.linux32x86/newspeak.stack.v3/build.debug/mvm	2014-06-11 20:12:30 UTC (rev 2986)
@@ -29,4 +29,4 @@
 # prefer make install prefix=`readlink -f \`pwd\`/../../../products/$INSTALLDIR`
 # but older linux readlinks lack the -f flag
 make install prefix=`(cd ../../../;pwd)`/products/$INSTALLDIR 2>&1 | tee LOG
-../../editnewspeakinstall.sh $@ ../../../products/$INSTALLDIR
+../../editnewspeakinstall.sh "$@" ../../../products/$INSTALLDIR



More information about the Vm-dev mailing list