X-Git-Url: http://git.onelab.eu/?p=openvswitch.git;a=blobdiff_plain;f=Makefile;fp=Makefile;h=2537b7f66f92fe6086ef7271cd436d4d90f6217b;hp=abdaf056438929e6f4e3fd439f0b8194596d6ec5;hb=7612499af8feab9f2815c63d477771b4d2ca9e44;hpb=340a84bc75bcabf8cda57fe8124c6db7896aff5d diff --git a/Makefile b/Makefile index abdaf05..2537b7f 100644 --- a/Makefile +++ b/Makefile @@ -17,7 +17,7 @@ define download_target $(1): $($(1)) .PHONY: $($(1)) $($(1)): - @if [ ! -e "$($(1))" ] ; then echo "$(WEBFETCH) $($(1)-URL)" ; $(WEBFETCH) $($(1)-URL) ; fi + @if [ ! -e "$($(1))" ] ; then echo "$(WEBFETCH) -Oopenvswitch-ef72dd8.tar.gz $($(1)-URL)" ; $(WEBFETCH) -Oopenvswitch-ef72dd8.tar.gz $($(1)-URL) ; fi @if [ ! -e "$($(1))" ] ; then echo "Could not download source file: $($(1)) does not exist" ; exit 1 ; fi @if test "$$$$($(SHA1SUM) $($(1)) | awk '{print $$$$1}')" != "$($(1)-SHA1SUM)" ; then \ echo "sha1sum of the downloaded $($(1)) does not match the one from 'Makefile'" ; \