[Vm-dev] [commit][2735] Guards make reallyclan against no makefile ( again for jenkins)

commits at squeakvm.org commits at squeakvm.org
Fri Jun 7 21:27:41 UTC 2013


Revision: 2735
Author:   eliot
Date:     2013-06-07 14:27:40 -0700 (Fri, 07 Jun 2013)
Log Message:
-----------
Guards make reallyclan against no makefile (again for jenkins)

Modified Paths:
--------------
    branches/Cog/nscogbuild/unixbuild/astbld/mvm
    branches/Cog/nscogbuild/unixbuild/astbldt/mvm
    branches/Cog/nscogbuild/unixbuild/bld/mvm
    branches/Cog/nscogbuild/unixbuild/bldt/mvm
    branches/Cog/nscogbuild/unixbuild/dbgbld/mvm
    branches/Cog/nscogbuild/unixbuild/dbgbldt/mvm
    branches/Cog/unixbuild/abld/mvm
    branches/Cog/unixbuild/abldt/mvm
    branches/Cog/unixbuild/bld/mvm
    branches/Cog/unixbuild/bldt/mvm
    branches/Cog/unixbuild/dbld/mvm
    branches/Cog/unixbuild/dbldt/mvm
    branches/Cog/unixbuild/mtbld/mvm

Modified: branches/Cog/nscogbuild/unixbuild/astbld/mvm
===================================================================
--- branches/Cog/nscogbuild/unixbuild/astbld/mvm	2013-06-07 21:12:36 UTC (rev 2734)
+++ branches/Cog/nscogbuild/unixbuild/astbld/mvm	2013-06-07 21:27:40 UTC (rev 2735)
@@ -9,7 +9,7 @@
 read a
 case $a in
 n|no|N|NO)	echo "ok but this isn't safe!!";;
-*)			make reallyclean
+*)			test -f Makefile && make reallyclean
 esac
 test -f config.h || ../../../platforms/unix/config/configure --with-src=nscogsrc \
 	--without-vm-display-fbdev --without-npsqueak \

Modified: branches/Cog/nscogbuild/unixbuild/astbldt/mvm
===================================================================
--- branches/Cog/nscogbuild/unixbuild/astbldt/mvm	2013-06-07 21:12:36 UTC (rev 2734)
+++ branches/Cog/nscogbuild/unixbuild/astbldt/mvm	2013-06-07 21:27:40 UTC (rev 2735)
@@ -10,7 +10,7 @@
 read a
 case $a in
 n|no|N|NO)	echo "ok but this isn't safe!!";;
-*)			make reallyclean
+*)			test -f Makefile && make reallyclean
 esac
 test -f config.h || ../../../platforms/unix/config/configure --with-src=nscogsrc \
 	--without-vm-display-fbdev --without-npsqueak \

Modified: branches/Cog/nscogbuild/unixbuild/bld/mvm
===================================================================
--- branches/Cog/nscogbuild/unixbuild/bld/mvm	2013-06-07 21:12:36 UTC (rev 2734)
+++ branches/Cog/nscogbuild/unixbuild/bld/mvm	2013-06-07 21:27:40 UTC (rev 2735)
@@ -13,7 +13,7 @@
 read a
 case $a in
 n|no|N|NO)	echo "ok but this isn't safe!!";;
-*)			make reallyclean
+*)			test -f Makefile && make reallyclean
 esac
 test -f config.h || ../../../platforms/unix/config/configure --with-src=nscogsrc \
 	--without-vm-display-fbdev --without-npsqueak \

Modified: branches/Cog/nscogbuild/unixbuild/bldt/mvm
===================================================================
--- branches/Cog/nscogbuild/unixbuild/bldt/mvm	2013-06-07 21:12:36 UTC (rev 2734)
+++ branches/Cog/nscogbuild/unixbuild/bldt/mvm	2013-06-07 21:27:40 UTC (rev 2735)
@@ -14,7 +14,7 @@
 read a
 case $a in
 n|no|N|NO)	echo "ok but this isn't safe!!";;
-*)			make reallyclean
+*)			test -f Makefile && make reallyclean
 esac
 test -f config.h || ../../../platforms/unix/config/configure --with-src=nscogsrc \
 	--without-vm-display-fbdev --without-npsqueak \

Modified: branches/Cog/nscogbuild/unixbuild/dbgbld/mvm
===================================================================
--- branches/Cog/nscogbuild/unixbuild/dbgbld/mvm	2013-06-07 21:12:36 UTC (rev 2734)
+++ branches/Cog/nscogbuild/unixbuild/dbgbld/mvm	2013-06-07 21:27:40 UTC (rev 2735)
@@ -9,7 +9,7 @@
 read a
 case $a in
 n|no|N|NO)	echo "ok but this isn't safe!!";;
-*)			make reallyclean
+*)			test -f Makefile && make reallyclean
 esac
 test -f config.h || ../../../platforms/unix/config/configure --with-src=nscogsrc \
 	--without-vm-display-fbdev --without-npsqueak \

Modified: branches/Cog/nscogbuild/unixbuild/dbgbldt/mvm
===================================================================
--- branches/Cog/nscogbuild/unixbuild/dbgbldt/mvm	2013-06-07 21:12:36 UTC (rev 2734)
+++ branches/Cog/nscogbuild/unixbuild/dbgbldt/mvm	2013-06-07 21:27:40 UTC (rev 2735)
@@ -10,7 +10,7 @@
 read a
 case $a in
 n|no|N|NO)	echo "ok but this isn't safe!!";;
-*)			make reallyclean
+*)			test -f Makefile && make reallyclean
 esac
 test -f config.h || ../../../platforms/unix/config/configure --with-src=nscogsrc \
 	--without-vm-display-fbdev --without-npsqueak \

Modified: branches/Cog/unixbuild/abld/mvm
===================================================================
--- branches/Cog/unixbuild/abld/mvm	2013-06-07 21:12:36 UTC (rev 2734)
+++ branches/Cog/unixbuild/abld/mvm	2013-06-07 21:27:40 UTC (rev 2735)
@@ -7,7 +7,7 @@
 read a
 case $a in
 n|no|N|NO)	echo "ok but this isn't safe!!";;
-*)			make reallyclean
+*)			test -f Makefile && make reallyclean
 esac
 test -f config.h || ../../platforms/unix/config/configure --without-npsqueak \
 	CC="gcc -m32" \

Modified: branches/Cog/unixbuild/abldt/mvm
===================================================================
--- branches/Cog/unixbuild/abldt/mvm	2013-06-07 21:12:36 UTC (rev 2734)
+++ branches/Cog/unixbuild/abldt/mvm	2013-06-07 21:27:40 UTC (rev 2735)
@@ -8,7 +8,7 @@
 read a
 case $a in
 n|no|N|NO)	echo "ok but this isn't safe!!";;
-*)			make reallyclean
+*)			test -f Makefile && make reallyclean
 esac
 test -f config.h || ../../platforms/unix/config/configure --without-npsqueak \
 	CC="gcc -m32" \

Modified: branches/Cog/unixbuild/bld/mvm
===================================================================
--- branches/Cog/unixbuild/bld/mvm	2013-06-07 21:12:36 UTC (rev 2734)
+++ branches/Cog/unixbuild/bld/mvm	2013-06-07 21:27:40 UTC (rev 2735)
@@ -13,7 +13,7 @@
 read a
 case $a in
 n|no|N|NO)	echo "ok but this isn't safe!!";;
-*)			make reallyclean
+*)			test -f Makefile && make reallyclean
 esac
 test -f config.h || ../../platforms/unix/config/configure --without-npsqueak \
 	CC="gcc -m32" \

Modified: branches/Cog/unixbuild/bldt/mvm
===================================================================
--- branches/Cog/unixbuild/bldt/mvm	2013-06-07 21:12:36 UTC (rev 2734)
+++ branches/Cog/unixbuild/bldt/mvm	2013-06-07 21:27:40 UTC (rev 2735)
@@ -14,7 +14,7 @@
 read a
 case $a in
 n|no|N|NO)	echo "ok but this isn't safe!!";;
-*)			make reallyclean
+*)			test -f Makefile && make reallyclean
 esac
 test -f config.h || ../../platforms/unix/config/configure --without-npsqueak \
 	CC="gcc -m32" \

Modified: branches/Cog/unixbuild/dbld/mvm
===================================================================
--- branches/Cog/unixbuild/dbld/mvm	2013-06-07 21:12:36 UTC (rev 2734)
+++ branches/Cog/unixbuild/dbld/mvm	2013-06-07 21:27:40 UTC (rev 2735)
@@ -7,7 +7,7 @@
 read a
 case $a in
 n|no|N|NO)	echo "ok but this isn't safe!!";;
-*)			make reallyclean
+*)			test -f Makefile && make reallyclean
 esac
 test -f config.h || ../../platforms/unix/config/configure --without-npsqueak \
 	CC="gcc -m32" \

Modified: branches/Cog/unixbuild/dbldt/mvm
===================================================================
--- branches/Cog/unixbuild/dbldt/mvm	2013-06-07 21:12:36 UTC (rev 2734)
+++ branches/Cog/unixbuild/dbldt/mvm	2013-06-07 21:27:40 UTC (rev 2735)
@@ -8,7 +8,7 @@
 read a
 case $a in
 n|no|N|NO)	echo "ok but this isn't safe!!";;
-*)			make reallyclean
+*)			test -f Makefile && make reallyclean
 esac
 test -f config.h || ../../platforms/unix/config/configure --without-npsqueak \
 	CC="gcc -m32" \

Modified: branches/Cog/unixbuild/mtbld/mvm
===================================================================
--- branches/Cog/unixbuild/mtbld/mvm	2013-06-07 21:12:36 UTC (rev 2734)
+++ branches/Cog/unixbuild/mtbld/mvm	2013-06-07 21:27:40 UTC (rev 2735)
@@ -13,7 +13,7 @@
 read a
 case $a in
 n|no|N|NO)	echo "ok but this isn't safe!!";;
-*)			make reallyclean
+*)			test -f Makefile && make reallyclean
 esac
 test -f config.h || ../../platforms/unix/config/configure INTERP=cointerpmt \
 	--without-npsqueak \



More information about the Vm-dev mailing list