From 453fcfe53662bf834bc7c34304b55cc837ae7217 Mon Sep 17 00:00:00 2001 From: Bebbo Date: Sun, 11 Feb 2018 12:52:18 +0100 Subject: [PATCH] starting DEPTH for gcc pull set to 4 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index b2dbb54..15644c1 100644 --- a/Makefile +++ b/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-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) update-binutils: projects/binutils/configure