mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-17 23:44:17 +08:00
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:
commit
0efb4e6435
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user