stick with submodule commit defined in repository

Use the submodule commit already defined in the repository
on submodule update, rather than pulling the most recent commit
in Makefiles.
This commit is contained in:
nhmall
2023-07-03 11:27:40 -04:00
parent 2d6d151b28
commit 81dedbe298
3 changed files with 10 additions and 5 deletions

View File

@@ -150,7 +150,8 @@ luabin:
# hints file could set LUATESTTARGET to this if GITSUBMODULES is defined
submodules/lua/lua.h:
git submodule init submodules/lua
git submodule update --remote submodules/lua
git submodule update submodules/lua
# git submodule update --remote submodules/lua
# Note: many of the dependencies below are here to allow parallel make
# to generate valid output