From: Richard Purdie Date: Thu, 12 Apr 2007 17:19:16 +0000 (+0000) Subject: autobuild script: Remove images-complete stamp before building X-Git-Tag: 2011-1~11918 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=74679918ba4ff835f067fa15b9bdf16a2627a49e;p=openembedded-core.git autobuild script: Remove images-complete stamp before building git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1495 311d38ba-8fff-0310-9ca6-ca027cbcb966 --- diff --git a/scripts/poky-autobuild b/scripts/poky-autobuild index 8a87d95ecb..3076be975d 100755 --- a/scripts/poky-autobuild +++ b/scripts/poky-autobuild @@ -26,6 +26,7 @@ if [ "xpreamble" = "x$1" ]; then mkdir -p ./build/tmp/deploy/images + rm -f ./build/tmp/deploy/images/images-complete svn info >> ./build/tmp/deploy/images/svninfo exit 0 fi