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:
2
Makefile
2
Makefile
@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user