From d72f6e38a42ae7dc1911990b679939ea080a339a Mon Sep 17 00:00:00 2001 From: Angus Salkeld Date: Mon, 14 Feb 2011 08:13:36 +1100 Subject: [PATCH] autobuild: clean the build dir first. This deletes files like .version that cause problems. Signed-off-by: Angus Salkeld --- autobuild.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/autobuild.sh b/autobuild.sh index df429efb..17e1a378 100755 --- a/autobuild.sh +++ b/autobuild.sh @@ -20,6 +20,8 @@ fi MOCK=/usr/bin/mock +git clean -xfd + set -e echo 'running autogen ...'