From af91d2c318cee23915cec3a12bb79017db1cdefd Mon Sep 17 00:00:00 2001 From: Marcel Taeumel Date: Tue, 24 Aug 2021 10:06:04 +0200 Subject: [PATCH] Fixes path issue to mvm script for building third-party libs for Pharo on Linux --- building/linux32ARMv6/pharo.cog.spur/build/mvm | 6 +++--- .../pharo.cog.spur.lowcode/build.itimerheartbeat/mvm | 6 +++--- building/linux32x86/pharo.cog.spur.lowcode/build/mvm | 6 +++--- .../linux32x86/pharo.cog.spur.minheadless/build.assert/mvm | 6 +++--- .../pharo.cog.spur.minheadless/build.itimerheartbeat/mvm | 6 +++--- building/linux32x86/pharo.cog.spur.minheadless/build/mvm | 6 +++--- .../linux32x86/pharo.cog.spur/build.itimerheartbeat/mvm | 6 +++--- building/linux32x86/pharo.cog.spur/build/mvm | 6 +++--- .../pharo.sista.spur/build.assert.itimerheartbeat/mvm | 2 +- building/linux32x86/pharo.sista.spur/build.assert/mvm | 2 +- .../pharo.sista.spur/build.debug.itimerheartbeat/mvm | 4 ++-- building/linux32x86/pharo.sista.spur/build.debug/mvm | 4 ++-- .../linux32x86/pharo.sista.spur/build.itimerheartbeat/mvm | 4 ++-- building/linux32x86/pharo.sista.spur/build/mvm | 4 ++-- .../pharo.stack.spur.lowcode/build.itimerheartbeat/mvm | 6 +++--- building/linux32x86/pharo.stack.spur.lowcode/build/mvm | 6 +++--- building/linux64ARMv8/pharo.stack.spur/build/mvm | 6 +++--- .../linux64x64/pharo.cog.spur.minheadless/build.assert/mvm | 6 +++--- .../linux64x64/pharo.cog.spur.minheadless/build.debug/mvm | 6 +++--- .../pharo.cog.spur.minheadless/build.itimerheartbeat/mvm | 6 +++--- building/linux64x64/pharo.cog.spur.minheadless/build/mvm | 6 +++--- .../linux64x64/pharo.cog.spur/build.itimerheartbeat/mvm | 6 +++--- building/linux64x64/pharo.cog.spur/build/mvm | 6 +++--- 23 files changed, 61 insertions(+), 61 deletions(-) diff --git a/building/linux32ARMv6/pharo.cog.spur/build/mvm b/building/linux32ARMv6/pharo.cog.spur/build/mvm index 05690972d8..a08cc584dc 100755 --- a/building/linux32ARMv6/pharo.cog.spur/build/mvm +++ b/building/linux32ARMv6/pharo.cog.spur/build/mvm @@ -25,14 +25,14 @@ case $a in n|no|N|NO) echo "ok but this isn't safe!!";; *) test -f Makefile && make reallyclean # for lib in ${THIRDPARTYLIBS}; do -# ../../../third-party/mvm ${lib} clean +# ../../third-party/mvm ${lib} clean # done esac test -f plugins.int || (test -f ../plugins.int && cp -p ../plugins.int . || cp -p ../../plugins.int .) test -f plugins.ext || (test -f ../$EXTERNALPLUGINS && cp -p ../plugins.ext ./plugins.ext || cp -p ../../$EXTERNALPLUGINS ./plugins.ext) for lib in ${THIRDPARTYLIBS}; do - ../../../third-party/mvm ${lib} + ../../third-party/mvm ${lib} done test -f config.h || ../../../../platforms/unix/config/configure \ @@ -53,6 +53,6 @@ make -j4 install-squeak install-plugins prefix=`(cd ../../../../;pwd)`/products/ productDir=`find ../../../../products/$INSTALLDIR -name "5.0*"` productDir=`(cd $productDir;pwd)` for lib in ${THIRDPARTYLIBS}; do - ../../../third-party/mvm ${lib} install $productDir + ../../third-party/mvm ${lib} install $productDir done ../../editpharoinstall.sh ../../../../products/$INSTALLDIR "$@" diff --git a/building/linux32x86/pharo.cog.spur.lowcode/build.itimerheartbeat/mvm b/building/linux32x86/pharo.cog.spur.lowcode/build.itimerheartbeat/mvm index acfbfb390d..dcaed6cc4a 100755 --- a/building/linux32x86/pharo.cog.spur.lowcode/build.itimerheartbeat/mvm +++ b/building/linux32x86/pharo.cog.spur.lowcode/build.itimerheartbeat/mvm @@ -28,14 +28,14 @@ case $a in n|no|N|NO) echo "ok but this isn't safe!!";; *) test -f Makefile && make reallyclean # for lib in ${THIRDPARTYLIBS}; do -# ../../../third-party/mvm ${lib} clean +# ../../third-party/mvm ${lib} clean # done esac test -f plugins.int || (test -f ../plugins.int && cp -p ../plugins.int . || cp -p ../../plugins.int .) test -f plugins.ext || (test -f ../plugins.ext && cp -p ../plugins.ext . || cp -p ../../plugins.ext .) for lib in ${THIRDPARTYLIBS}; do - ../../../third-party/mvm ${lib} + ../../third-party/mvm ${lib} done test -f config.h || ../../../../platforms/unix/config/configure --without-npsqueak \ @@ -49,6 +49,6 @@ rm -rf ../../../../products/$INSTALLDIR # but older linux readlinks lack the -f flag make install-squeak install-plugins prefix=`(cd ../../../../;pwd)`/products/$INSTALLDIR 2>&1 | tee LOG ; test ${PIPESTATUS[0]} -eq 0 for lib in ${THIRDPARTYLIBS}; do - ../../../third-party/mvm ${lib} install `find ../../../../products/$INSTALLDIR -name "5.0*"` + ../../third-party/mvm ${lib} install `find ../../../../products/$INSTALLDIR -name "5.0*"` done ../../editpharoinstall.sh ../../../../products/$INSTALLDIR "$@" diff --git a/building/linux32x86/pharo.cog.spur.lowcode/build/mvm b/building/linux32x86/pharo.cog.spur.lowcode/build/mvm index b0e96fe945..b67f3c1126 100755 --- a/building/linux32x86/pharo.cog.spur.lowcode/build/mvm +++ b/building/linux32x86/pharo.cog.spur.lowcode/build/mvm @@ -27,7 +27,7 @@ n|no|N|NO) echo "ok but this isn't safe!!";; *) test -f Makefile && make reallyclean # for lib in ${THIRDPARTYLIBS}; do -# ../../../third-party/mvm ${lib} clean +# ../../third-party/mvm ${lib} clean # done esac @@ -35,7 +35,7 @@ test -f plugins.int || (test -f ../plugins.int && cp -p ../plugins.int . || cp - test -f plugins.ext || (test -f ../plugins.ext && cp -p ../plugins.ext . || cp -p ../../plugins.ext .) for lib in ${THIRDPARTYLIBS}; do - ../../../third-party/mvm ${lib} + ../../third-party/mvm ${lib} done test -f config.h || ../../../../platforms/unix/config/configure \ @@ -50,6 +50,6 @@ rm -rf ../../../../products/$INSTALLDIR # but older linux readlinks lack the -f flag make install-squeak install-plugins prefix=`(cd ../../../../;pwd)`/products/$INSTALLDIR 2>&1 | tee LOG ; test ${PIPESTATUS[0]} -eq 0 for lib in ${THIRDPARTYLIBS}; do - ../../../third-party/mvm ${lib} install `find ../../../../products/$INSTALLDIR -name "5.0*"` + ../../third-party/mvm ${lib} install `find ../../../../products/$INSTALLDIR -name "5.0*"` done ../../editpharoinstall.sh ../../../../products/$INSTALLDIR "$@" diff --git a/building/linux32x86/pharo.cog.spur.minheadless/build.assert/mvm b/building/linux32x86/pharo.cog.spur.minheadless/build.assert/mvm index c462756628..60cd90983c 100755 --- a/building/linux32x86/pharo.cog.spur.minheadless/build.assert/mvm +++ b/building/linux32x86/pharo.cog.spur.minheadless/build.assert/mvm @@ -24,12 +24,12 @@ n|no|N|NO) echo "ok but this isn't safe!!";; *) test -f Makefile && make clean # for lib in ${THIRDPARTYLIBS}; do -# ../../../third-party/mvm ${lib} clean +# ../../third-party/mvm ${lib} clean # done esac for lib in ${THIRDPARTYLIBS}; do - ../../../third-party/mvm ${lib} + ../../third-party/mvm ${lib} done LDFLAGS="-L../../../../.thirdparty-cache/linux/i386/lib" \ @@ -45,7 +45,7 @@ make productDir=`find ../../../../products/$INSTALLDIR -name "5.0*"` productDir=`(cd $productDir;pwd)` for lib in ${THIRDPARTYLIBS}; do - ../../../third-party/mvm ${lib} install $productDir + ../../third-party/mvm ${lib} install $productDir done cp dist/* $productDir ../../editpharoinstall.sh ../../../../products/$INSTALLDIR "$@" diff --git a/building/linux32x86/pharo.cog.spur.minheadless/build.itimerheartbeat/mvm b/building/linux32x86/pharo.cog.spur.minheadless/build.itimerheartbeat/mvm index d11df6d907..cd6f2cd65c 100755 --- a/building/linux32x86/pharo.cog.spur.minheadless/build.itimerheartbeat/mvm +++ b/building/linux32x86/pharo.cog.spur.minheadless/build.itimerheartbeat/mvm @@ -26,14 +26,14 @@ case $a in n|no|N|NO) echo "ok but this isn't safe!!";; *) test -f Makefile && make reallyclean # for lib in ${THIRDPARTYLIBS}; do -# ../../../third-party/mvm ${lib} clean +# ../../third-party/mvm ${lib} clean # done esac test -f plugins.int || (test -f ../plugins.int && cp -p ../plugins.int . || cp -p ../../plugins.int .) test -f plugins.ext || (test -f ../plugins.ext && cp -p ../plugins.ext . || cp -p ../../plugins.ext .) for lib in ${THIRDPARTYLIBS}; do - ../../../third-party/mvm ${lib} + ../../third-party/mvm ${lib} done test -f config.h || ../../../../platforms/unix/config/configure --without-npsqueak \ @@ -52,6 +52,6 @@ make install-squeak install-plugins prefix=`(cd ../../../../;pwd)`/products/$INS productDir=`find ../../../../products/$INSTALLDIR -name "5.0*"` productDir=`(cd $productDir;pwd)` for lib in ${THIRDPARTYLIBS}; do - ../../../third-party/mvm ${lib} install $productDir + ../../third-party/mvm ${lib} install $productDir done ../../editpharoinstall.sh ../../../../products/$INSTALLDIR "$@" diff --git a/building/linux32x86/pharo.cog.spur.minheadless/build/mvm b/building/linux32x86/pharo.cog.spur.minheadless/build/mvm index b21725ef28..ed1487f45f 100755 --- a/building/linux32x86/pharo.cog.spur.minheadless/build/mvm +++ b/building/linux32x86/pharo.cog.spur.minheadless/build/mvm @@ -25,12 +25,12 @@ n|no|N|NO) echo "ok but this isn't safe!!";; *) test -f Makefile && make clean # for lib in ${THIRDPARTYLIBS}; do -# ../../../third-party/mvm ${lib} clean +# ../../third-party/mvm ${lib} clean # done esac for lib in ${THIRDPARTYLIBS}; do - ../../../third-party/mvm ${lib} + ../../third-party/mvm ${lib} done LDFLAGS="-L../../../../.thirdparty-cache/linux/i386/lib" \ @@ -48,7 +48,7 @@ rm -rf "$productDir" mkdir "$productDir" productDir=`(cd "$productDir";pwd)` for lib in ${THIRDPARTYLIBS}; do - ../../../third-party/mvm ${lib} install $productDir + ../../third-party/mvm ${lib} install $productDir done cp dist/* $productDir ../../editpharoinstall.sh ../../../../products/$INSTALLDIR "$@" diff --git a/building/linux32x86/pharo.cog.spur/build.itimerheartbeat/mvm b/building/linux32x86/pharo.cog.spur/build.itimerheartbeat/mvm index d801f7a115..2704db0086 100755 --- a/building/linux32x86/pharo.cog.spur/build.itimerheartbeat/mvm +++ b/building/linux32x86/pharo.cog.spur/build.itimerheartbeat/mvm @@ -27,14 +27,14 @@ case $a in n|no|N|NO) echo "ok but this isn't safe!!";; *) test -f Makefile && make reallyclean # for lib in ${THIRDPARTYLIBS}; do -# ../../../third-party/mvm ${lib} clean +# ../../third-party/mvm ${lib} clean # done esac test -f plugins.int || (test -f ../plugins.int && cp -p ../plugins.int . || cp -p ../../plugins.int .) test -f plugins.ext || (test -f ../plugins.ext && cp -p ../plugins.ext . || cp -p ../../plugins.ext .) for lib in ${THIRDPARTYLIBS}; do - ../../../third-party/mvm ${lib} + ../../third-party/mvm ${lib} done test -f config.h || ../../../../platforms/unix/config/configure --without-npsqueak \ @@ -51,6 +51,6 @@ make install-squeak install-plugins prefix=`(cd ../../../../;pwd)`/products/$INS productDir=`find ../../../../products/$INSTALLDIR -name "5.0*"` productDir=`(cd $productDir;pwd)` for lib in ${THIRDPARTYLIBS}; do - ../../../third-party/mvm ${lib} install $productDir + ../../third-party/mvm ${lib} install $productDir done ../../editpharoinstall.sh ../../../../products/$INSTALLDIR "$@" diff --git a/building/linux32x86/pharo.cog.spur/build/mvm b/building/linux32x86/pharo.cog.spur/build/mvm index 9f5f662cea..882c93e1dc 100755 --- a/building/linux32x86/pharo.cog.spur/build/mvm +++ b/building/linux32x86/pharo.cog.spur/build/mvm @@ -27,7 +27,7 @@ n|no|N|NO) echo "ok but this isn't safe!!";; *) test -f Makefile && make reallyclean # for lib in ${THIRDPARTYLIBS}; do -# ../../../third-party/mvm ${lib} clean +# ../../third-party/mvm ${lib} clean # done esac @@ -35,7 +35,7 @@ test -f plugins.int || (test -f ../plugins.int && cp -p ../plugins.int . || cp - test -f plugins.ext || (test -f ../plugins.ext && cp -p ../plugins.ext . || cp -p ../../plugins.ext .) for lib in ${THIRDPARTYLIBS}; do - ../../../third-party/mvm ${lib} + ../../third-party/mvm ${lib} done test -f config.h || ../../../../platforms/unix/config/configure \ @@ -53,6 +53,6 @@ make install-squeak install-plugins prefix=`(cd ../../../../;pwd)`/products/$INS productDir=`find ../../../../products/$INSTALLDIR -name "5.0*"` productDir=`(cd $productDir;pwd)` for lib in ${THIRDPARTYLIBS}; do - ../../../third-party/mvm ${lib} install $productDir + ../../third-party/mvm ${lib} install $productDir done ../../editpharoinstall.sh ../../../../products/$INSTALLDIR "$@" diff --git a/building/linux32x86/pharo.sista.spur/build.assert.itimerheartbeat/mvm b/building/linux32x86/pharo.sista.spur/build.assert.itimerheartbeat/mvm index 4acd5f2960..6018f79257 100755 --- a/building/linux32x86/pharo.sista.spur/build.assert.itimerheartbeat/mvm +++ b/building/linux32x86/pharo.sista.spur/build.assert.itimerheartbeat/mvm @@ -41,6 +41,6 @@ make install-squeak install-plugins prefix=`(cd ../../../../;pwd)`/products/$INS productDir=`find ../../../../products/$INSTALLDIR -name "5.0*"` productDir=`(cd $productDir;pwd)` for lib in ${THIRDPARTYLIBS}; do - ../../../third-party/mvm ${lib} install $productDir + ../../third-party/mvm ${lib} install $productDir done ../../editpharoinstall.sh ../../../../products/$INSTALLDIR "$@" diff --git a/building/linux32x86/pharo.sista.spur/build.assert/mvm b/building/linux32x86/pharo.sista.spur/build.assert/mvm index af194a3b47..ff2e91e52d 100755 --- a/building/linux32x86/pharo.sista.spur/build.assert/mvm +++ b/building/linux32x86/pharo.sista.spur/build.assert/mvm @@ -41,6 +41,6 @@ make install-squeak install-plugins prefix=`(cd ../../../../;pwd)`/products/$INS productDir=`find ../../../../products/$INSTALLDIR -name "5.0*"` productDir=`(cd $productDir;pwd)` for lib in ${THIRDPARTYLIBS}; do - ../../../third-party/mvm ${lib} install $productDir + ../../third-party/mvm ${lib} install $productDir done ../../editpharoinstall.sh ../../../../products/$INSTALLDIR "$@" diff --git a/building/linux32x86/pharo.sista.spur/build.debug.itimerheartbeat/mvm b/building/linux32x86/pharo.sista.spur/build.debug.itimerheartbeat/mvm index 951cf78ef7..d0b49df509 100755 --- a/building/linux32x86/pharo.sista.spur/build.debug.itimerheartbeat/mvm +++ b/building/linux32x86/pharo.sista.spur/build.debug.itimerheartbeat/mvm @@ -22,7 +22,7 @@ case $a in n|no|N|NO) echo "ok but this isn't safe!!";; *) test -f Makefile && make reallyclean # for lib in ${THIRDPARTYLIBS}; do -# ../../../third-party/mvm ${lib} clean +# ../../third-party/mvm ${lib} clean # done esac @@ -44,6 +44,6 @@ make install-squeak install-plugins prefix=`(cd ../../../../;pwd)`/products/$INS productDir=`find ../../../../products/$INSTALLDIR -name "5.0*"` productDir=`(cd $productDir;pwd)` for lib in ${THIRDPARTYLIBS}; do - ../../../third-party/mvm ${lib} install $productDir + ../../third-party/mvm ${lib} install $productDir done ../../editpharoinstall.sh ../../../../products/$INSTALLDIR "$@" diff --git a/building/linux32x86/pharo.sista.spur/build.debug/mvm b/building/linux32x86/pharo.sista.spur/build.debug/mvm index d8831b1109..867eef320a 100755 --- a/building/linux32x86/pharo.sista.spur/build.debug/mvm +++ b/building/linux32x86/pharo.sista.spur/build.debug/mvm @@ -22,7 +22,7 @@ case $a in n|no|N|NO) echo "ok but this isn't safe!!";; *) test -f Makefile && make reallyclean # for lib in ${THIRDPARTYLIBS}; do -# ../../../third-party/mvm ${lib} clean +# ../../third-party/mvm ${lib} clean # done esac @@ -44,6 +44,6 @@ make install-squeak install-plugins prefix=`(cd ../../../../;pwd)`/products/$INS productDir=`find ../../../../products/$INSTALLDIR -name "5.0*"` productDir=`(cd $productDir;pwd)` for lib in ${THIRDPARTYLIBS}; do - ../../../third-party/mvm ${lib} install $productDir + ../../third-party/mvm ${lib} install $productDir done ../../editpharoinstall.sh ../../../../products/$INSTALLDIR "$@" diff --git a/building/linux32x86/pharo.sista.spur/build.itimerheartbeat/mvm b/building/linux32x86/pharo.sista.spur/build.itimerheartbeat/mvm index 1a1afa881c..75d95fa803 100755 --- a/building/linux32x86/pharo.sista.spur/build.itimerheartbeat/mvm +++ b/building/linux32x86/pharo.sista.spur/build.itimerheartbeat/mvm @@ -23,7 +23,7 @@ case $a in n|no|N|NO) echo "ok but this isn't safe!!";; *) test -f Makefile && make reallyclean # for lib in ${THIRDPARTYLIBS}; do -# ../../../third-party/mvm ${lib} clean +# ../../third-party/mvm ${lib} clean # done esac @@ -45,6 +45,6 @@ make install-squeak install-plugins prefix=`(cd ../../../../;pwd)`/products/$INS productDir=`find ../../../../products/$INSTALLDIR -name "5.0*"` productDir=`(cd $productDir;pwd)` for lib in ${THIRDPARTYLIBS}; do - ../../../third-party/mvm ${lib} install $productDir + ../../third-party/mvm ${lib} install $productDir done ../../editpharoinstall.sh ../../../../products/$INSTALLDIR "$@" diff --git a/building/linux32x86/pharo.sista.spur/build/mvm b/building/linux32x86/pharo.sista.spur/build/mvm index d92446c338..be94923091 100755 --- a/building/linux32x86/pharo.sista.spur/build/mvm +++ b/building/linux32x86/pharo.sista.spur/build/mvm @@ -23,7 +23,7 @@ case $a in n|no|N|NO) echo "ok but this isn't safe!!";; *) test -f Makefile && make reallyclean # for lib in ${THIRDPARTYLIBS}; do -# ../../../third-party/mvm ${lib} clean +# ../../third-party/mvm ${lib} clean # done esac @@ -46,6 +46,6 @@ make install-squeak install-plugins prefix=`(cd ../../../../;pwd)`/products/$INS productDir=`find ../../../../products/$INSTALLDIR -name "5.0*"` productDir=`(cd $productDir;pwd)` for lib in ${THIRDPARTYLIBS}; do - ../../../third-party/mvm ${lib} install $productDir + ../../third-party/mvm ${lib} install $productDir done ../../editpharoinstall.sh ../../../../products/$INSTALLDIR "$@" diff --git a/building/linux32x86/pharo.stack.spur.lowcode/build.itimerheartbeat/mvm b/building/linux32x86/pharo.stack.spur.lowcode/build.itimerheartbeat/mvm index 9af3349622..7f95467dca 100755 --- a/building/linux32x86/pharo.stack.spur.lowcode/build.itimerheartbeat/mvm +++ b/building/linux32x86/pharo.stack.spur.lowcode/build.itimerheartbeat/mvm @@ -27,14 +27,14 @@ case $a in n|no|N|NO) echo "ok but this isn't safe!!";; *) test -f Makefile && make reallyclean # for lib in ${THIRDPARTYLIBS}; do -# ../../../third-party/mvm ${lib} clean +# ../../third-party/mvm ${lib} clean # done esac test -f plugins.int || (test -f ../plugins.int && cp -p ../plugins.int . || cp -p ../../plugins.int .) test -f plugins.ext || (test -f ../plugins.ext && cp -p ../plugins.ext . || cp -p ../../plugins.ext .) for lib in ${THIRDPARTYLIBS}; do - ../../../third-party/mvm ${lib} + ../../third-party/mvm ${lib} done test -f config.h || ../../../../platforms/unix/config/configure --without-npsqueak \ @@ -48,6 +48,6 @@ rm -rf ../../../../products/$INSTALLDIR # but older linux readlinks lack the -f flag make install-squeak install-plugins prefix=`(cd ../../../../;pwd)`/products/$INSTALLDIR 2>&1 | tee LOG ; test ${PIPESTATUS[0]} -eq 0 for lib in ${THIRDPARTYLIBS}; do - ../../../third-party/mvm ${lib} install `find ../../../../products/$INSTALLDIR -name "5.0*"` + ../../third-party/mvm ${lib} install `find ../../../../products/$INSTALLDIR -name "5.0*"` done ../../editpharoinstall.sh ../../../../products/$INSTALLDIR "$@" diff --git a/building/linux32x86/pharo.stack.spur.lowcode/build/mvm b/building/linux32x86/pharo.stack.spur.lowcode/build/mvm index eaad98ad61..9445358516 100755 --- a/building/linux32x86/pharo.stack.spur.lowcode/build/mvm +++ b/building/linux32x86/pharo.stack.spur.lowcode/build/mvm @@ -27,7 +27,7 @@ n|no|N|NO) echo "ok but this isn't safe!!";; *) test -f Makefile && make reallyclean # for lib in ${THIRDPARTYLIBS}; do -# ../../../third-party/mvm ${lib} clean +# ../../third-party/mvm ${lib} clean # done esac @@ -35,7 +35,7 @@ test -f plugins.int || (test -f ../plugins.int && cp -p ../plugins.int . || cp - test -f plugins.ext || (test -f ../plugins.ext && cp -p ../plugins.ext . || cp -p ../../plugins.ext .) for lib in ${THIRDPARTYLIBS}; do - ../../../third-party/mvm ${lib} + ../../third-party/mvm ${lib} done test -f config.h || ../../../../platforms/unix/config/configure \ @@ -50,6 +50,6 @@ rm -rf ../../../../products/$INSTALLDIR # but older linux readlinks lack the -f flag make install-squeak install-plugins prefix=`(cd ../../../../;pwd)`/products/$INSTALLDIR 2>&1 | tee LOG ; test ${PIPESTATUS[0]} -eq 0 for lib in ${THIRDPARTYLIBS}; do - ../../../third-party/mvm ${lib} install `find ../../../../products/$INSTALLDIR -name "5.0*"` + ../../third-party/mvm ${lib} install `find ../../../../products/$INSTALLDIR -name "5.0*"` done ../../editpharoinstall.sh ../../../../products/$INSTALLDIR "$@" diff --git a/building/linux64ARMv8/pharo.stack.spur/build/mvm b/building/linux64ARMv8/pharo.stack.spur/build/mvm index d4e53674a7..c2688cf1c9 100755 --- a/building/linux64ARMv8/pharo.stack.spur/build/mvm +++ b/building/linux64ARMv8/pharo.stack.spur/build/mvm @@ -25,14 +25,14 @@ case $a in n|no|N|NO) echo "ok but this isn't safe!!";; *) test -f Makefile && make reallyclean # for lib in ${THIRDPARTYLIBS}; do -# ../../../third-party/mvm ${lib} clean +# ../../third-party/mvm ${lib} clean # done esac test -f plugins.int || (test -f ../plugins.int && cp -p ../plugins.int . || cp -p ../../plugins.int .) test -f plugins.ext || (test -f ../$EXTERNALPLUGINS && cp -p ../plugins.ext ./plugins.ext || cp -p ../../$EXTERNALPLUGINS ./plugins.ext) for lib in ${THIRDPARTYLIBS}; do - ../../../third-party/mvm ${lib} + ../../third-party/mvm ${lib} done test -f config.h || ../../../../platforms/unix/config/configure \ @@ -52,6 +52,6 @@ make -j4 install-squeak install-plugins prefix=`(cd ../../../../;pwd)`/products/ productDir=`find ../../../../products/$INSTALLDIR -name "5.0*"` productDir=`(cd $productDir;pwd)` for lib in ${THIRDPARTYLIBS}; do - ../../../third-party/mvm ${lib} install $productDir + ../../third-party/mvm ${lib} install $productDir done ../../editpharoinstall.sh ../../../../products/$INSTALLDIR "$@" diff --git a/building/linux64x64/pharo.cog.spur.minheadless/build.assert/mvm b/building/linux64x64/pharo.cog.spur.minheadless/build.assert/mvm index 3562e21520..d2840c9918 100755 --- a/building/linux64x64/pharo.cog.spur.minheadless/build.assert/mvm +++ b/building/linux64x64/pharo.cog.spur.minheadless/build.assert/mvm @@ -15,12 +15,12 @@ n|no|N|NO) echo "ok but this isn't safe!!";; *) test -f Makefile && make clean # for lib in ${THIRDPARTYLIBS}; do -# ../../../third-party/mvm ${lib} clean +# ../../third-party/mvm ${lib} clean # done esac for lib in ${THIRDPARTYLIBS}; do - ../../../third-party/mvm ${lib} + ../../third-party/mvm ${lib} done LDFLAGS="-L../../../../.thirdparty-cache/linux/x86_64/lib" \ @@ -37,7 +37,7 @@ make productDir=`find ../../../../products/$INSTALLDIR -name "5.0*"` productDir=`(cd $productDir;pwd)` for lib in ${THIRDPARTYLIBS}; do - ../../../third-party/mvm ${lib} install $productDir + ../../third-party/mvm ${lib} install $productDir done cp dist/* $productDir ../../editpharoinstall.sh ../../../../products/$INSTALLDIR "$@" diff --git a/building/linux64x64/pharo.cog.spur.minheadless/build.debug/mvm b/building/linux64x64/pharo.cog.spur.minheadless/build.debug/mvm index a42211b094..e14ead15bf 100755 --- a/building/linux64x64/pharo.cog.spur.minheadless/build.debug/mvm +++ b/building/linux64x64/pharo.cog.spur.minheadless/build.debug/mvm @@ -15,12 +15,12 @@ n|no|N|NO) echo "ok but this isn't safe!!";; *) test -f Makefile && make clean # for lib in ${THIRDPARTYLIBS}; do -# ../../../third-party/mvm ${lib} clean +# ../../third-party/mvm ${lib} clean # done esac for lib in ${THIRDPARTYLIBS}; do - ../../../third-party/mvm ${lib} + ../../third-party/mvm ${lib} done LDFLAGS="-L../../../../.thirdparty-cache/linux/x86_64/lib" \ @@ -37,7 +37,7 @@ make productDir=`find ../../../../products/$INSTALLDIR -name "5.0*"` productDir=`(cd $productDir;pwd)` for lib in ${THIRDPARTYLIBS}; do - ../../../third-party/mvm ${lib} install $productDir + ../../third-party/mvm ${lib} install $productDir done cp dist/* $productDir ../../editpharoinstall.sh ../../../../products/$INSTALLDIR "$@" diff --git a/building/linux64x64/pharo.cog.spur.minheadless/build.itimerheartbeat/mvm b/building/linux64x64/pharo.cog.spur.minheadless/build.itimerheartbeat/mvm index fe2409a3d3..c2f2c04ceb 100755 --- a/building/linux64x64/pharo.cog.spur.minheadless/build.itimerheartbeat/mvm +++ b/building/linux64x64/pharo.cog.spur.minheadless/build.itimerheartbeat/mvm @@ -26,14 +26,14 @@ case $a in n|no|N|NO) echo "ok but this isn't safe!!";; *) test -f Makefile && make reallyclean # for lib in ${THIRDPARTYLIBS}; do -# ../../../third-party/mvm ${lib} clean +# ../../third-party/mvm ${lib} clean # done esac test -f plugins.int || (test -f ../plugins.int && cp -p ../plugins.int . || cp -p ../../plugins.int .) test -f plugins.ext || (test -f ../plugins.ext && cp -p ../plugins.ext . || cp -p ../../plugins.ext .) for lib in ${THIRDPARTYLIBS}; do - ../../../third-party/mvm ${lib} + ../../third-party/mvm ${lib} done test -f config.h || ../../../../platforms/unix/config/configure --without-npsqueak \ @@ -52,6 +52,6 @@ make install-squeak install-plugins prefix=`(cd ../../../../;pwd)`/products/$INS productDir=`find ../../../../products/$INSTALLDIR -name "5.0*"` productDir=`(cd $productDir;pwd)` for lib in ${THIRDPARTYLIBS}; do - ../../../third-party/mvm ${lib} install $productDir + ../../third-party/mvm ${lib} install $productDir done ../../editpharoinstall.sh ../../../../products/$INSTALLDIR "$@" diff --git a/building/linux64x64/pharo.cog.spur.minheadless/build/mvm b/building/linux64x64/pharo.cog.spur.minheadless/build/mvm index f4bce9e930..05547303a3 100755 --- a/building/linux64x64/pharo.cog.spur.minheadless/build/mvm +++ b/building/linux64x64/pharo.cog.spur.minheadless/build/mvm @@ -15,12 +15,12 @@ n|no|N|NO) echo "ok but this isn't safe!!";; *) test -f Makefile && make clean # for lib in ${THIRDPARTYLIBS}; do -# ../../../third-party/mvm ${lib} clean +# ../../third-party/mvm ${lib} clean # done esac for lib in ${THIRDPARTYLIBS}; do - ../../../third-party/mvm ${lib} + ../../third-party/mvm ${lib} done LDFLAGS="-L../../../../.thirdparty-cache/linux/x86_64/lib" \ @@ -39,7 +39,7 @@ rm -rf "$productDir" mkdir "$productDir" productDir=`(cd "$productDir";pwd)` for lib in ${THIRDPARTYLIBS}; do - ../../../third-party/mvm ${lib} install $productDir + ../../third-party/mvm ${lib} install $productDir done cp dist/* "$productDir" ../../editpharoinstall.sh "$productDir" "$@" diff --git a/building/linux64x64/pharo.cog.spur/build.itimerheartbeat/mvm b/building/linux64x64/pharo.cog.spur/build.itimerheartbeat/mvm index 77ff333c57..7a3b4e5aca 100755 --- a/building/linux64x64/pharo.cog.spur/build.itimerheartbeat/mvm +++ b/building/linux64x64/pharo.cog.spur/build.itimerheartbeat/mvm @@ -18,14 +18,14 @@ case $a in n|no|N|NO) echo "ok but this isn't safe!!";; *) test -f Makefile && make reallyclean # for lib in ${THIRDPARTYLIBS}; do -# ../../../third-party/mvm ${lib} clean +# ../../third-party/mvm ${lib} clean # done esac test -f plugins.int || (test -f ../plugins.int && cp -p ../plugins.int . || cp -p ../../plugins.int .) test -f plugins.ext || (test -f ../plugins.ext && cp -p ../plugins.ext . || cp -p ../../plugins.ext .) for lib in ${THIRDPARTYLIBS}; do - ../../../third-party/mvm ${lib} + ../../third-party/mvm ${lib} done test -f config.h || ../../../../platforms/unix/config/configure \ @@ -44,6 +44,6 @@ make install-squeak install-plugins prefix=`(cd ../../../../;pwd)`/products/$INS productDir=`find ../../../../products/$INSTALLDIR -name "5.0*"` productDir=`(cd $productDir;pwd)` for lib in ${THIRDPARTYLIBS}; do - ../../../third-party/mvm ${lib} install $productDir + ../../third-party/mvm ${lib} install $productDir done ../../editpharoinstall.sh ../../../../products/$INSTALLDIR "$@" diff --git a/building/linux64x64/pharo.cog.spur/build/mvm b/building/linux64x64/pharo.cog.spur/build/mvm index fb9eb8cabf..b8fd6090df 100755 --- a/building/linux64x64/pharo.cog.spur/build/mvm +++ b/building/linux64x64/pharo.cog.spur/build/mvm @@ -18,14 +18,14 @@ case $a in n|no|N|NO) echo "ok but this isn't safe!!";; *) test -f Makefile && make reallyclean # for lib in ${THIRDPARTYLIBS}; do -# ../../../third-party/mvm ${lib} clean +# ../../third-party/mvm ${lib} clean # done esac test -f plugins.int || (test -f ../plugins.int && cp -p ../plugins.int . || cp -p ../../plugins.int .) test -f plugins.ext || (test -f ../plugins.ext && cp -p ../plugins.ext . || cp -p ../../plugins.ext .) for lib in ${THIRDPARTYLIBS}; do - ../../../third-party/mvm ${lib} + ../../third-party/mvm ${lib} done test -f config.h || ../../../../platforms/unix/config/configure \ @@ -44,6 +44,6 @@ make install-squeak install-plugins prefix=`(cd ../../../../;pwd)`/products/$INS productDir=`find ../../../../products/$INSTALLDIR -name "5.0*"` productDir=`(cd $productDir;pwd)` for lib in ${THIRDPARTYLIBS}; do - ../../../third-party/mvm ${lib} install $productDir + ../../third-party/mvm ${lib} install $productDir done ../../editpharoinstall.sh ../../../../products/$INSTALLDIR "$@"