* maint: Clean submodules when building Conflicts: configure
@@ -251,6 +251,7 @@ fi
if test -d .git; then
git submodule init
git submodule update
+ git submodule foreach --recursive git clean -fdx
fi
]
@@ -8976,6 +8976,7 @@ fi