Explorar o código

Merge branch 'maint'

* maint:
  Clean submodules when building

Conflicts:
	configure
Bryan Drewery %!s(int64=11) %!d(string=hai) anos
pai
achega
bbefa55d6f
Modificáronse 2 ficheiros con 2 adicións e 0 borrados
  1. 1 0
      build/autotools/configure.ac
  2. 1 0
      configure

+ 1 - 0
build/autotools/configure.ac

@@ -251,6 +251,7 @@ fi
 if test -d .git; then
   git submodule init
   git submodule update
+  git submodule foreach --recursive git clean -fdx
 fi
 ]
 

+ 1 - 0
configure

@@ -8976,6 +8976,7 @@ fi
 if test -d .git; then
   git submodule init
   git submodule update
+  git submodule foreach --recursive git clean -fdx
 fi