1
0
mirror of https://github.com/bebbo/amiga-gcc.git synced 2026-05-07 09:36:46 +00:00

update updates also netinclude

This commit is contained in:
bebbo
2018-05-12 23:42:14 +02:00
parent cf30c69a0d
commit 6a8c14be51

View File

@@ -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)