Sfoglia il codice sorgente

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 anni fa
parent
commit
d72f6e38a4
1 ha cambiato i file con 2 aggiunte e 0 eliminazioni
  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 ...'