1
0
Эх сурвалжийг харах

Merge branch 'maint'

* maint:
  Clean submodules when building

Conflicts:
	configure
Bryan Drewery 11 жил өмнө
parent
commit
bbefa55d6f

+ 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