[Vm-dev] [commit][2972] Capture the linux make output in a LOG file and make editnewspeakinstall. sh executable.

commits at squeakvm.org commits at squeakvm.org
Tue Jun 10 22:33:41 UTC 2014


Revision: 2972
Author:   eliot
Date:     2014-06-10 15:33:41 -0700 (Tue, 10 Jun 2014)
Log Message:
-----------
Capture the linux make output in a LOG file and make editnewspeakinstall.sh executable.

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

Property Changed:
----------------
    branches/Cog/build.linux32x86/editnewspeakinstall.sh


Property changes on: branches/Cog/build.linux32x86/editnewspeakinstall.sh
___________________________________________________________________
Added: svn:execute
   + true

Modified: branches/Cog/build.linux32x86/newspeak.cog.spur/build/mvm
===================================================================
--- branches/Cog/build.linux32x86/newspeak.cog.spur/build/mvm	2014-06-10 22:23:12 UTC (rev 2971)
+++ branches/Cog/build.linux32x86/newspeak.cog.spur/build/mvm	2014-06-10 22:33:41 UTC (rev 2972)
@@ -32,5 +32,5 @@
 rm -rf ../../../products/$INSTALLDIR
 # prefer make install prefix=`readlink -f \`pwd\`/../../../products/$INSTALLDIR`
 # but older linux readlinks lack the -f flag
-make install prefix=`(cd ../../../;pwd)`/products/$INSTALLDIR
+make install prefix=`(cd ../../../;pwd)`/products/$INSTALLDIR 2>&1 | tee LOG
 ../../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-10 22:23:12 UTC (rev 2971)
+++ branches/Cog/build.linux32x86/newspeak.cog.spur/build.assert/mvm	2014-06-10 22:33:41 UTC (rev 2972)
@@ -28,5 +28,5 @@
 rm -rf ../../../products/$INSTALLDIR
 # prefer make install prefix=`readlink -f \`pwd\`/../../../products/$INSTALLDIR`
 # but older linux readlinks lack the -f flag
-make install prefix=`(cd ../../../;pwd)`/products/$INSTALLDIR
+make install prefix=`(cd ../../../;pwd)`/products/$INSTALLDIR 2>&1 | tee LOG
 ../../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-10 22:23:12 UTC (rev 2971)
+++ branches/Cog/build.linux32x86/newspeak.cog.spur/build.assert.itimerheartbeat/mvm	2014-06-10 22:33:41 UTC (rev 2972)
@@ -26,5 +26,5 @@
 	LDFLAGS=-Wl,-z,now
 ../../../scripts/nukeversion
 rm -rf ../../../products/$INSTALLDIR
-make install prefix=`(cd ../../../;pwd)`/products/$INSTALLDIR
+make install prefix=`(cd ../../../;pwd)`/products/$INSTALLDIR 2>&1 | tee LOG
 ../../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-10 22:23:12 UTC (rev 2971)
+++ branches/Cog/build.linux32x86/newspeak.cog.spur/build.debug/mvm	2014-06-10 22:33:41 UTC (rev 2972)
@@ -28,5 +28,5 @@
 rm -rf ../../../products/$INSTALLDIR
 # prefer make install prefix=`readlink -f \`pwd\`/../../../products/$INSTALLDIR`
 # but older linux readlinks lack the -f flag
-make install prefix=`(cd ../../../;pwd)`/products/$INSTALLDIR
+make install prefix=`(cd ../../../;pwd)`/products/$INSTALLDIR 2>&1 | tee LOG
 ../../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-10 22:23:12 UTC (rev 2971)
+++ branches/Cog/build.linux32x86/newspeak.cog.spur/build.debug.itimerheartbeat/mvm	2014-06-10 22:33:41 UTC (rev 2972)
@@ -26,5 +26,5 @@
 	LDFLAGS=-Wl,-z,now
 ../../../scripts/nukeversion
 rm -rf ../../../products/$INSTALLDIR
-make install prefix=`(cd ../../../;pwd)`/products/$INSTALLDIR
+make install prefix=`(cd ../../../;pwd)`/products/$INSTALLDIR 2>&1 | tee LOG
 ../../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-10 22:23:12 UTC (rev 2971)
+++ branches/Cog/build.linux32x86/newspeak.cog.spur/build.itimerheartbeat/mvm	2014-06-10 22:33:41 UTC (rev 2972)
@@ -30,5 +30,5 @@
 	LDFLAGS=-Wl,-z,now
 ../../../scripts/nukeversion
 rm -rf ../../../products/$INSTALLDIR
-make install prefix=`(cd ../../../;pwd)`/products/$INSTALLDIR
+make install prefix=`(cd ../../../;pwd)`/products/$INSTALLDIR 2>&1 | tee LOG
 ../../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-10 22:23:12 UTC (rev 2971)
+++ branches/Cog/build.linux32x86/newspeak.cog.v3/build/mvm	2014-06-10 22:33:41 UTC (rev 2972)
@@ -31,5 +31,5 @@
 rm -rf ../../../products/$INSTALLDIR
 # prefer make install prefix=`readlink -f \`pwd\`/../../../products/$INSTALLDIR`
 # but older linux readlinks lack the -f flag
-make install prefix=`(cd ../../../;pwd)`/products/$INSTALLDIR
+make install prefix=`(cd ../../../;pwd)`/products/$INSTALLDIR 2>&1 | tee LOG
 ../../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-10 22:23:12 UTC (rev 2971)
+++ branches/Cog/build.linux32x86/newspeak.cog.v3/build.assert/mvm	2014-06-10 22:33:41 UTC (rev 2972)
@@ -27,5 +27,5 @@
 rm -rf ../../../products/$INSTALLDIR
 # prefer make install prefix=`readlink -f \`pwd\`/../../../products/$INSTALLDIR`
 # but older linux readlinks lack the -f flag
-make install prefix=`(cd ../../../;pwd)`/products/$INSTALLDIR
+make install prefix=`(cd ../../../;pwd)`/products/$INSTALLDIR 2>&1 | tee LOG
 ../../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-10 22:23:12 UTC (rev 2971)
+++ branches/Cog/build.linux32x86/newspeak.cog.v3/build.assert.itimerheartbeat/mvm	2014-06-10 22:33:41 UTC (rev 2972)
@@ -27,5 +27,5 @@
 rm -rf ../../../products/$INSTALLDIR
 # prefer make install prefix=`readlink -f \`pwd\`/../../../products/$INSTALLDIR`
 # but older linux readlinks lack the -f flag
-make install prefix=`(cd ../../../;pwd)`/products/$INSTALLDIR
+make install prefix=`(cd ../../../;pwd)`/products/$INSTALLDIR 2>&1 | tee LOG
 ../../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-10 22:23:12 UTC (rev 2971)
+++ branches/Cog/build.linux32x86/newspeak.cog.v3/build.debug/mvm	2014-06-10 22:33:41 UTC (rev 2972)
@@ -27,5 +27,5 @@
 rm -rf ../../../products/$INSTALLDIR
 # prefer make install prefix=`readlink -f \`pwd\`/../../../products/$INSTALLDIR`
 # but older linux readlinks lack the -f flag
-make install prefix=`(cd ../../../;pwd)`/products/$INSTALLDIR
+make install prefix=`(cd ../../../;pwd)`/products/$INSTALLDIR 2>&1 | tee LOG
 ../../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-10 22:23:12 UTC (rev 2971)
+++ branches/Cog/build.linux32x86/newspeak.cog.v3/build.debug.itimerheartbeat/mvm	2014-06-10 22:33:41 UTC (rev 2972)
@@ -27,5 +27,5 @@
 rm -rf ../../../products/$INSTALLDIR
 # prefer make install prefix=`readlink -f \`pwd\`/../../../products/$INSTALLDIR`
 # but older linux readlinks lack the -f flag
-make install prefix=`(cd ../../../;pwd)`/products/$INSTALLDIR
+make install prefix=`(cd ../../../;pwd)`/products/$INSTALLDIR 2>&1 | tee LOG
 ../../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-10 22:23:12 UTC (rev 2971)
+++ branches/Cog/build.linux32x86/newspeak.cog.v3/build.itimerheartbeat/mvm	2014-06-10 22:33:41 UTC (rev 2972)
@@ -31,5 +31,5 @@
 rm -rf ../../../products/$INSTALLDIR
 # prefer make install prefix=`readlink -f \`pwd\`/../../../products/$INSTALLDIR`
 # but older linux readlinks lack the -f flag
-make install prefix=`(cd ../../../;pwd)`/products/$INSTALLDIR
+make install prefix=`(cd ../../../;pwd)`/products/$INSTALLDIR 2>&1 | tee LOG
 ../../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-10 22:23:12 UTC (rev 2971)
+++ branches/Cog/build.linux32x86/newspeak.stack.spur/build/mvm	2014-06-10 22:33:41 UTC (rev 2972)
@@ -32,5 +32,5 @@
 rm -rf ../../../products/$INSTALLDIR
 # prefer make install prefix=`readlink -f \`pwd\`/../../../products/$INSTALLDIR`
 # but older linux readlinks lack the -f flag
-make install prefix=`(cd ../../../;pwd)`/products/$INSTALLDIR
+make install prefix=`(cd ../../../;pwd)`/products/$INSTALLDIR 2>&1 | tee LOG
 ../../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-10 22:23:12 UTC (rev 2971)
+++ branches/Cog/build.linux32x86/newspeak.stack.spur/build.assert/mvm	2014-06-10 22:33:41 UTC (rev 2972)
@@ -28,5 +28,5 @@
 rm -rf ../../../products/$INSTALLDIR
 # prefer make install prefix=`readlink -f \`pwd\`/../../../products/$INSTALLDIR`
 # but older linux readlinks lack the -f flag
-make install prefix=`(cd ../../../;pwd)`/products/$INSTALLDIR
+make install prefix=`(cd ../../../;pwd)`/products/$INSTALLDIR 2>&1 | tee LOG
 ../../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-10 22:23:12 UTC (rev 2971)
+++ branches/Cog/build.linux32x86/newspeak.stack.spur/build.debug/mvm	2014-06-10 22:33:41 UTC (rev 2972)
@@ -28,5 +28,5 @@
 rm -rf ../../../products/$INSTALLDIR
 # prefer make install prefix=`readlink -f \`pwd\`/../../../products/$INSTALLDIR`
 # but older linux readlinks lack the -f flag
-make install prefix=`(cd ../../../;pwd)`/products/$INSTALLDIR
+make install prefix=`(cd ../../../;pwd)`/products/$INSTALLDIR 2>&1 | tee LOG
 ../../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-10 22:23:12 UTC (rev 2971)
+++ branches/Cog/build.linux32x86/newspeak.stack.v3/build/mvm	2014-06-10 22:33:41 UTC (rev 2972)
@@ -32,5 +32,5 @@
 rm -rf ../../../products/$INSTALLDIR
 # prefer make install prefix=`readlink -f \`pwd\`/../../../products/$INSTALLDIR`
 # but older linux readlinks lack the -f flag
-make install prefix=`(cd ../../../;pwd)`/products/$INSTALLDIR
+make install prefix=`(cd ../../../;pwd)`/products/$INSTALLDIR 2>&1 | tee LOG
 ../../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-10 22:23:12 UTC (rev 2971)
+++ branches/Cog/build.linux32x86/newspeak.stack.v3/build.assert/mvm	2014-06-10 22:33:41 UTC (rev 2972)
@@ -28,5 +28,5 @@
 rm -rf ../../../products/$INSTALLDIR
 # prefer make install prefix=`readlink -f \`pwd\`/../../../products/$INSTALLDIR`
 # but older linux readlinks lack the -f flag
-make install prefix=`(cd ../../../;pwd)`/products/$INSTALLDIR
+make install prefix=`(cd ../../../;pwd)`/products/$INSTALLDIR 2>&1 | tee LOG
 ../../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-10 22:23:12 UTC (rev 2971)
+++ branches/Cog/build.linux32x86/newspeak.stack.v3/build.debug/mvm	2014-06-10 22:33:41 UTC (rev 2972)
@@ -28,5 +28,5 @@
 rm -rf ../../../products/$INSTALLDIR
 # prefer make install prefix=`readlink -f \`pwd\`/../../../products/$INSTALLDIR`
 # but older linux readlinks lack the -f flag
-make install prefix=`(cd ../../../;pwd)`/products/$INSTALLDIR
+make install prefix=`(cd ../../../;pwd)`/products/$INSTALLDIR 2>&1 | tee LOG
 ../../editnewspeakinstall.sh ../../../products/$INSTALLDIR

Modified: branches/Cog/build.linux32x86/squeak.cog.spur/build/mvm
===================================================================
--- branches/Cog/build.linux32x86/squeak.cog.spur/build/mvm	2014-06-10 22:23:12 UTC (rev 2971)
+++ branches/Cog/build.linux32x86/squeak.cog.spur/build/mvm	2014-06-10 22:33:41 UTC (rev 2972)
@@ -28,4 +28,4 @@
 rm -rf ../../../products/$INSTALLDIR
 # prefer make install prefix=`readlink -f \`pwd\`/../../../products/$INSTALLDIR`
 # but older linux readlinks lack the -f flag
-make install prefix=`(cd ../../../;pwd)`/products/$INSTALLDIR
+make install prefix=`(cd ../../../;pwd)`/products/$INSTALLDIR 2>&1 | tee LOG

Modified: branches/Cog/build.linux32x86/squeak.cog.spur/build.assert/mvm
===================================================================
--- branches/Cog/build.linux32x86/squeak.cog.spur/build.assert/mvm	2014-06-10 22:23:12 UTC (rev 2971)
+++ branches/Cog/build.linux32x86/squeak.cog.spur/build.assert/mvm	2014-06-10 22:33:41 UTC (rev 2972)
@@ -24,4 +24,4 @@
 rm -rf ../../../products/$INSTALLDIR
 # prefer make install prefix=`readlink -f \`pwd\`/../../../products/$INSTALLDIR`
 # but older linux readlinks lack the -f flag
-make install prefix=`(cd ../../../;pwd)`/products/$INSTALLDIR
+make install prefix=`(cd ../../../;pwd)`/products/$INSTALLDIR 2>&1 | tee LOG

Modified: branches/Cog/build.linux32x86/squeak.cog.spur/build.debug/mvm
===================================================================
--- branches/Cog/build.linux32x86/squeak.cog.spur/build.debug/mvm	2014-06-10 22:23:12 UTC (rev 2971)
+++ branches/Cog/build.linux32x86/squeak.cog.spur/build.debug/mvm	2014-06-10 22:33:41 UTC (rev 2972)
@@ -24,4 +24,4 @@
 rm -rf ../../../products/$INSTALLDIR
 # prefer make install prefix=`readlink -f \`pwd\`/../../../products/$INSTALLDIR`
 # but older linux readlinks lack the -f flag
-make install prefix=`(cd ../../../;pwd)`/products/$INSTALLDIR
+make install prefix=`(cd ../../../;pwd)`/products/$INSTALLDIR 2>&1 | tee LOG

Modified: branches/Cog/build.linux32x86/squeak.cog.v3/build/mvm
===================================================================
--- branches/Cog/build.linux32x86/squeak.cog.v3/build/mvm	2014-06-10 22:23:12 UTC (rev 2971)
+++ branches/Cog/build.linux32x86/squeak.cog.v3/build/mvm	2014-06-10 22:33:41 UTC (rev 2972)
@@ -27,4 +27,4 @@
 rm -rf ../../../products/$INSTALLDIR
 # prefer make install prefix=`readlink -f \`pwd\`/../../../products/$INSTALLDIR`
 # but older linux readlinks lack the -f flag
-make install prefix=`(cd ../../../;pwd)`/products/$INSTALLDIR
+make install prefix=`(cd ../../../;pwd)`/products/$INSTALLDIR 2>&1 | tee LOG

Modified: branches/Cog/build.linux32x86/squeak.cog.v3/build.assert/mvm
===================================================================
--- branches/Cog/build.linux32x86/squeak.cog.v3/build.assert/mvm	2014-06-10 22:23:12 UTC (rev 2971)
+++ branches/Cog/build.linux32x86/squeak.cog.v3/build.assert/mvm	2014-06-10 22:33:41 UTC (rev 2972)
@@ -23,4 +23,4 @@
 rm -rf ../../../products/$INSTALLDIR
 # prefer make install prefix=`readlink -f \`pwd\`/../../../products/$INSTALLDIR`
 # but older linux readlinks lack the -f flag
-make install prefix=`(cd ../../../;pwd)`/products/$INSTALLDIR
+make install prefix=`(cd ../../../;pwd)`/products/$INSTALLDIR 2>&1 | tee LOG

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 22:23:12 UTC (rev 2971)
+++ branches/Cog/build.linux32x86/squeak.cog.v3/build.assert.itimerheartbeat/mvm	2014-06-10 22:33:41 UTC (rev 2972)
@@ -23,4 +23,4 @@
 rm -rf ../../../products/$INSTALLDIR
 # prefer make install prefix=`readlink -f \`pwd\`/../../../products/$INSTALLDIR`
 # but older linux readlinks lack the -f flag
-make install prefix=`(cd ../../../;pwd)`/products/$INSTALLDIR
+make install prefix=`(cd ../../../;pwd)`/products/$INSTALLDIR 2>&1 | tee LOG

Modified: branches/Cog/build.linux32x86/squeak.cog.v3/build.debug/mvm
===================================================================
--- branches/Cog/build.linux32x86/squeak.cog.v3/build.debug/mvm	2014-06-10 22:23:12 UTC (rev 2971)
+++ branches/Cog/build.linux32x86/squeak.cog.v3/build.debug/mvm	2014-06-10 22:33:41 UTC (rev 2972)
@@ -23,4 +23,4 @@
 rm -rf ../../../products/$INSTALLDIR
 # prefer make install prefix=`readlink -f \`pwd\`/../../../products/$INSTALLDIR`
 # but older linux readlinks lack the -f flag
-make install prefix=`(cd ../../../;pwd)`/products/$INSTALLDIR
+make install prefix=`(cd ../../../;pwd)`/products/$INSTALLDIR 2>&1 | tee LOG

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 22:23:12 UTC (rev 2971)
+++ branches/Cog/build.linux32x86/squeak.cog.v3/build.debug.itimerheartbeat/mvm	2014-06-10 22:33:41 UTC (rev 2972)
@@ -23,4 +23,4 @@
 rm -rf ../../../products/$INSTALLDIR
 # prefer make install prefix=`readlink -f \`pwd\`/../../../products/$INSTALLDIR`
 # but older linux readlinks lack the -f flag
-make install prefix=`(cd ../../../;pwd)`/products/$INSTALLDIR
+make install prefix=`(cd ../../../;pwd)`/products/$INSTALLDIR 2>&1 | tee LOG

Modified: branches/Cog/build.linux32x86/squeak.cog.v3/build.itimerheartbeat/mvm
===================================================================
--- branches/Cog/build.linux32x86/squeak.cog.v3/build.itimerheartbeat/mvm	2014-06-10 22:23:12 UTC (rev 2971)
+++ branches/Cog/build.linux32x86/squeak.cog.v3/build.itimerheartbeat/mvm	2014-06-10 22:33:41 UTC (rev 2972)
@@ -27,4 +27,4 @@
 rm -rf ../../../products/$INSTALLDIR
 # prefer make install prefix=`readlink -f \`pwd\`/../../../products/$INSTALLDIR`
 # but older linux readlinks lack the -f flag
-make install prefix=`(cd ../../../;pwd)`/products/$INSTALLDIR
+make install prefix=`(cd ../../../;pwd)`/products/$INSTALLDIR 2>&1 | tee LOG

Modified: branches/Cog/build.linux32x86/squeak.cog.v3/build.multithreaded/mvm
===================================================================
--- branches/Cog/build.linux32x86/squeak.cog.v3/build.multithreaded/mvm	2014-06-10 22:23:12 UTC (rev 2971)
+++ branches/Cog/build.linux32x86/squeak.cog.v3/build.multithreaded/mvm	2014-06-10 22:33:41 UTC (rev 2972)
@@ -28,4 +28,4 @@
 rm -rf ../../../products/$INSTALLDIR
 # prefer make install prefix=`readlink -f \`pwd\`/../../../products/$INSTALLDIR`
 # but older linux readlinks lack the -f flag
-make install prefix=`(cd ../../../;pwd)`/products/$INSTALLDIR
+make install prefix=`(cd ../../../;pwd)`/products/$INSTALLDIR 2>&1 | tee LOG

Modified: branches/Cog/build.linux32x86/squeak.cog.v3/build.multithreaded.assert/mvm
===================================================================
--- branches/Cog/build.linux32x86/squeak.cog.v3/build.multithreaded.assert/mvm	2014-06-10 22:23:12 UTC (rev 2971)
+++ branches/Cog/build.linux32x86/squeak.cog.v3/build.multithreaded.assert/mvm	2014-06-10 22:33:41 UTC (rev 2972)
@@ -24,4 +24,4 @@
 rm -rf ../../../products/$INSTALLDIR
 # prefer make install prefix=`readlink -f \`pwd\`/../../../products/$INSTALLDIR`
 # but older linux readlinks lack the -f flag
-make install prefix=`(cd ../../../;pwd)`/products/$INSTALLDIR
+make install prefix=`(cd ../../../;pwd)`/products/$INSTALLDIR 2>&1 | tee LOG

Modified: branches/Cog/build.linux32x86/squeak.cog.v3/build.multithreaded.debug/mvm
===================================================================
--- branches/Cog/build.linux32x86/squeak.cog.v3/build.multithreaded.debug/mvm	2014-06-10 22:23:12 UTC (rev 2971)
+++ branches/Cog/build.linux32x86/squeak.cog.v3/build.multithreaded.debug/mvm	2014-06-10 22:33:41 UTC (rev 2972)
@@ -24,4 +24,4 @@
 rm -rf ../../../products/$INSTALLDIR
 # prefer make install prefix=`readlink -f \`pwd\`/../../../products/$INSTALLDIR`
 # but older linux readlinks lack the -f flag
-make install prefix=`(cd ../../../;pwd)`/products/$INSTALLDIR
+make install prefix=`(cd ../../../;pwd)`/products/$INSTALLDIR 2>&1 | tee LOG

Modified: branches/Cog/build.linux32x86/squeak.stack.spur/build/mvm
===================================================================
--- branches/Cog/build.linux32x86/squeak.stack.spur/build/mvm	2014-06-10 22:23:12 UTC (rev 2971)
+++ branches/Cog/build.linux32x86/squeak.stack.spur/build/mvm	2014-06-10 22:33:41 UTC (rev 2972)
@@ -28,4 +28,4 @@
 rm -rf ../../../products/$INSTALLDIR
 # prefer make install prefix=`readlink -f \`pwd\`/../../../products/$INSTALLDIR`
 # but older linux readlinks lack the -f flag
-make install prefix=`(cd ../../../;pwd)`/products/$INSTALLDIR
+make install prefix=`(cd ../../../;pwd)`/products/$INSTALLDIR 2>&1 | tee LOG

Modified: branches/Cog/build.linux32x86/squeak.stack.spur/build.assert/mvm
===================================================================
--- branches/Cog/build.linux32x86/squeak.stack.spur/build.assert/mvm	2014-06-10 22:23:12 UTC (rev 2971)
+++ branches/Cog/build.linux32x86/squeak.stack.spur/build.assert/mvm	2014-06-10 22:33:41 UTC (rev 2972)
@@ -25,4 +25,4 @@
 rm -rf ../../../products/$INSTALLDIR
 # prefer make install prefix=`readlink -f \`pwd\`/../../../products/$INSTALLDIR`
 # but older linux readlinks lack the -f flag
-make install prefix=`(cd ../../../;pwd)`/products/$INSTALLDIR
+make install prefix=`(cd ../../../;pwd)`/products/$INSTALLDIR 2>&1 | tee LOG

Modified: branches/Cog/build.linux32x86/squeak.stack.spur/build.debug/mvm
===================================================================
--- branches/Cog/build.linux32x86/squeak.stack.spur/build.debug/mvm	2014-06-10 22:23:12 UTC (rev 2971)
+++ branches/Cog/build.linux32x86/squeak.stack.spur/build.debug/mvm	2014-06-10 22:33:41 UTC (rev 2972)
@@ -25,4 +25,4 @@
 rm -rf ../../../products/$INSTALLDIR
 # prefer make install prefix=`readlink -f \`pwd\`/../../../products/$INSTALLDIR`
 # but older linux readlinks lack the -f flag
-make install prefix=`(cd ../../../;pwd)`/products/$INSTALLDIR
+make install prefix=`(cd ../../../;pwd)`/products/$INSTALLDIR 2>&1 | tee LOG

Modified: branches/Cog/build.linux32x86/squeak.stack.v3/build/mvm
===================================================================
--- branches/Cog/build.linux32x86/squeak.stack.v3/build/mvm	2014-06-10 22:23:12 UTC (rev 2971)
+++ branches/Cog/build.linux32x86/squeak.stack.v3/build/mvm	2014-06-10 22:33:41 UTC (rev 2972)
@@ -29,4 +29,4 @@
 rm -rf ../../../products/$INSTALLDIR
 # prefer make install prefix=`readlink -f \`pwd\`/../../../products/$INSTALLDIR`
 # but older linux readlinks lack the -f flag
-make install prefix=`(cd ../../../;pwd)`/products/$INSTALLDIR
+make install prefix=`(cd ../../../;pwd)`/products/$INSTALLDIR 2>&1 | tee LOG

Modified: branches/Cog/build.linux32x86/squeak.stack.v3/build.assert/mvm
===================================================================
--- branches/Cog/build.linux32x86/squeak.stack.v3/build.assert/mvm	2014-06-10 22:23:12 UTC (rev 2971)
+++ branches/Cog/build.linux32x86/squeak.stack.v3/build.assert/mvm	2014-06-10 22:33:41 UTC (rev 2972)
@@ -25,4 +25,4 @@
 rm -rf ../../../products/$INSTALLDIR
 # prefer make install prefix=`readlink -f \`pwd\`/../../../products/$INSTALLDIR`
 # but older linux readlinks lack the -f flag
-make install prefix=`(cd ../../../;pwd)`/products/$INSTALLDIR
+make install prefix=`(cd ../../../;pwd)`/products/$INSTALLDIR 2>&1 | tee LOG

Modified: branches/Cog/build.linux32x86/squeak.stack.v3/build.debug/mvm
===================================================================
--- branches/Cog/build.linux32x86/squeak.stack.v3/build.debug/mvm	2014-06-10 22:23:12 UTC (rev 2971)
+++ branches/Cog/build.linux32x86/squeak.stack.v3/build.debug/mvm	2014-06-10 22:33:41 UTC (rev 2972)
@@ -25,4 +25,4 @@
 rm -rf ../../../products/$INSTALLDIR
 # prefer make install prefix=`readlink -f \`pwd\`/../../../products/$INSTALLDIR`
 # but older linux readlinks lack the -f flag
-make install prefix=`(cd ../../../;pwd)`/products/$INSTALLDIR
+make install prefix=`(cd ../../../;pwd)`/products/$INSTALLDIR 2>&1 | tee LOG



More information about the Vm-dev mailing list