Forráskód Böngészése

Merge branch 'maint'

* maint:
  Clean submodules when building

Conflicts:
	configure
Bryan Drewery 11 éve
szülő
commit
bbefa55d6f
2 módosított fájl, 2 hozzáadás és 0 törlés
  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