make: use git clone --filter=blob:none for vc/ and thirdparty/tcc/ , which minimises the amount of transferred data (especially for doing v up after a few weeks/months)

This commit is contained in:
Delyan Angelov 2023-02-02 18:33:34 +02:00
parent b5b1efbb7b
commit a8102f14be
No known key found for this signature in database
GPG key ID: 66886C0F12D595ED
2 changed files with 3 additions and 3 deletions

View file

@ -16,7 +16,7 @@ TMPLEGACY := $(LEGACYLIBS)/source
TCCOS := unknown
TCCARCH := unknown
GITCLEANPULL := git clean -xf && git pull --quiet
GITFASTCLONE := git clone --depth 1 --quiet --single-branch
GITFASTCLONE := git clone --filter=blob:none --quiet
#### Platform detections and overrides:
_SYS := $(shell uname 2>/dev/null || echo Unknown)