X-Git-Url: http://git.shiar.nl/sheet.git/blobdiff_plain/e88374a902f4fd5d20cb856175bfdc9c533ec6a9..94fea8c0e6ba8cea67d69dd0e49142811bba1611:/Makefile diff --git a/Makefile b/Makefile index fb804a8..85fc990 100644 --- a/Makefile +++ b/Makefile @@ -5,7 +5,7 @@ download: data/DerivedAge.txt data/rfc1345.txt data/xorg-compose data/countryInf .PHONY: download # atomically create file by command -cmdsave = @echo $1 $2 \>$@; $1 $2 | sponge $@ +cmdsave = @echo $1 $2 \>$@; mispipe '$1 $2' 'ifne sponge $@' # download git checkout gitsave = @if cd $@ 2>/dev/null; \ then echo git pull $@; git pull -q --ff-only || true; \