Browse Source

autobuild: clean the build dir first.

This deletes files like .version that cause problems.

Signed-off-by: Angus Salkeld <asalkeld@redhat.com>
Angus Salkeld 15 năm trước cách đây
mục cha
commit
d72f6e38a4
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  1. 2 0
      autobuild.sh

+ 2 - 0
autobuild.sh

@@ -20,6 +20,8 @@ fi
 
 MOCK=/usr/bin/mock
 
+git clean -xfd
+
 set -e
 
 echo 'running autogen ...'