From 6a8c14be51acb4e17a57417cec8a503c56b4fa57 Mon Sep 17 00:00:00 2001 From: bebbo Date: Sat, 12 May 2018 23:42:14 +0200 Subject: [PATCH] update updates also netinclude --- Makefile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index ca530a9..ecdfb54 100644 --- a/Makefile +++ b/Makefile @@ -136,8 +136,8 @@ clean-prefix: # ================================================= # update all projects # ================================================= -.PHONY: 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-ndk update-newlib -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-ndk update-newlib +.PHONY: 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-ndk update-newlib update-netinclude +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-ndk update-newlib update-netinclude update-gcc: projects/gcc/configure cd projects/gcc && export DEPTH=4; while true; do echo "trying depth=$$DEPTH"; git pull --depth $$DEPTH && break; export DEPTH=$$(($$DEPTH+$$DEPTH));done @@ -187,6 +187,8 @@ update-ndk: projects/NDK_3.9.info update-newlib: projects/newlib-cygwin/newlib/configure cd projects/newlib-cygwin && git pull +update-netinclude: projects/amiga-netinclude/README.md + cd projects/amiga-netinclude && git pull status-all: GCC_VERSION=$(shell cat 2>/dev/null projects/gcc/gcc/BASE-VER)