[builds] Revise DLG update.

This commit is contained in:
Alexei Podtelezhnikov 2023-08-29 18:06:13 +00:00
parent 2f7abe4838
commit 8efb1a993e
2 changed files with 2 additions and 4 deletions

View File

@ -190,8 +190,7 @@ if test -e ".git"; then
: :
else else
echo "Checking out submodule in \`subprojects/dlg':" echo "Checking out submodule in \`subprojects/dlg':"
git submodule init git submodule update --init
git submodule update
fi fi
copy_submodule_files copy_submodule_files

View File

@ -170,8 +170,7 @@ endif # test check_platform
check_out_submodule: check_out_submodule:
$(info Checking out submodule in `subprojects/dlg') $(info Checking out submodule in `subprojects/dlg')
git --git-dir=$(TOP_DIR) submodule init git -C $(TOP_DIR) submodule update --init
git --git-dir=$(TOP_DIR) submodule update
copy_submodule: copy_submodule:
$(info Copying files from `subprojects/dlg' to `src/dlg' and `include/dlg') $(info Copying files from `subprojects/dlg' to `src/dlg' and `include/dlg')