mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-02-04 10:40:58 +01:00
build: always init and update submodules in ./autogen.sh
This commit is contained in:
parent
166b1ba7b1
commit
f2e5f38f6c
1 changed files with 3 additions and 6 deletions
|
|
@ -14,12 +14,9 @@ PKG_NAME=NetworkManager
|
||||||
}
|
}
|
||||||
|
|
||||||
# Fetch submodules if needed
|
# Fetch submodules if needed
|
||||||
if test ! -f src/libgsystem/README;
|
echo "+ Setting up submodules"
|
||||||
then
|
git submodule init
|
||||||
echo "+ Setting up submodules"
|
git submodule update
|
||||||
git submodule init
|
|
||||||
git submodule update
|
|
||||||
fi
|
|
||||||
|
|
||||||
(cd $srcdir;
|
(cd $srcdir;
|
||||||
gtkdocize || exit 1
|
gtkdocize || exit 1
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue