1
0
mirror of https://github.com/bebbo/amiga-gcc.git synced 2025-11-23 21:32:04 +00:00

starting DEPTH for gcc pull set to 4

This commit is contained in:
Bebbo
2018-02-11 12:52:18 +01:00
parent f1cb62abc5
commit 453fcfe536

View File

@ -125,7 +125,7 @@ clean-prefix:
update: update-gcc update-binutils update-fd2sfd update-fd2pragma update-ira update-sfdc update-vasm update-vbcc update-vlink update-libnix update-ixemul update-clib2 update-libdebug update-libSDL12 update: update-gcc update-binutils update-fd2sfd update-fd2pragma update-ira update-sfdc update-vasm update-vbcc update-vlink update-libnix update-ixemul update-clib2 update-libdebug update-libSDL12
update-gcc: projects/gcc/configure update-gcc: projects/gcc/configure
cd projects/gcc && export DEPTH=1; while true; do echo "trying depth=$$DEPTH"; git pull --depth $$DEPTH && break; export DEPTH=$$(($$DEPTH+$$DEPTH));done cd projects/gcc && export DEPTH=4; while true; do echo "trying depth=$$DEPTH"; git pull --depth $$DEPTH && break; export DEPTH=$$(($$DEPTH+$$DEPTH));done
GCCVERSION=$(shell cat 2>/dev/null projects/gcc/gcc/BASE-VER) GCCVERSION=$(shell cat 2>/dev/null projects/gcc/gcc/BASE-VER)
update-binutils: projects/binutils/configure update-binutils: projects/binutils/configure