Merge branch 'git-for-older' into 'master'

Make libtool cloning works for older git

See merge request redox-os/redox!1587
This commit is contained in:
Jeremy Soller 2025-06-12 20:21:51 -06:00
commit 0efb4e6435

View File

@ -75,12 +75,12 @@ $(PREFIX)/libtool:
mkdir -p "$@.partial"
git clone \
--recurse-submodules \
--shallow-submodules \
"https://gitlab.redox-os.org/redox-os/libtool/" \
--branch "v$(LIBTOOL_VERSION)-redox" \
--filter=tree:0 \
--depth 2 \
"$@.partial"
git -C "$@.partial" submodule update \
--filter=tree:0 --init --recursive
touch "$@.partial"
echo $(LIBTOOL_VERSION) > $@.partial/.tarball-version