Jelajahi Sumber

Merge branch 'maint'

* maint:
  Clean submodules when building

Conflicts:
	configure
Bryan Drewery 11 tahun lalu
induk
melakukan
bbefa55d6f
2 mengubah file dengan 2 tambahan dan 0 penghapusan
  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