diff options
author | Richard Purdie <richard@openedhand.com> | 2007-04-12 17:19:16 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2007-04-12 17:19:16 +0000 |
commit | 74679918ba4ff835f067fa15b9bdf16a2627a49e (patch) | |
tree | 25e13f1a9f30407dd6c8d71f3165a7d8ce2bbeaf /scripts | |
parent | 24d739b739aaf70501ba12006dca66bb9aea0954 (diff) | |
download | openembedded-core-74679918ba4ff835f067fa15b9bdf16a2627a49e.tar.gz openembedded-core-74679918ba4ff835f067fa15b9bdf16a2627a49e.tar.bz2 openembedded-core-74679918ba4ff835f067fa15b9bdf16a2627a49e.zip |
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
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/poky-autobuild | 1 |
1 files changed, 1 insertions, 0 deletions
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 |