X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=Makefile;h=8fc9dc219552bea4bcde4b23e818f55fd001df1a;hb=HEAD;hp=8d1dc12f3646f04d6b168a98b88acd473ebc3ea2;hpb=da383ef8cc17b74e350b3abe7d22a3a69d92b943;p=libvirt.git diff --git a/Makefile b/Makefile index 8d1dc12..e0f4511 100644 --- a/Makefile +++ b/Makefile @@ -4,9 +4,9 @@ SHA1SUM := sha1sum # tried to download this on the fly using git archive at git://libvirt.org/libvirt.git # but it feels like git archive is not supported/allowed there ALL += libvirt -libvirt-URL1 := http://mirror.onelab.eu/third-party/libvirt-1.2.1.tar.gz -libvirt-URL2 := http://planet-lab.org/third-party/libvirt-1.2.1.tar.gz -libvirt-SHA1SUM := ea8e237e0df9f1828ff4a7a649c42aa45af7ecd7 +libvirt-URL1 := http://mirror.onelab.eu/third-party/libvirt-1.2.11.tar.gz +libvirt-URL2 := http://planet-lab.org/third-party/libvirt-1.2.11.tar.gz +libvirt-SHA1SUM := d2a2f09fb06c6142e4160124ed6854d5e52592d5 libvirt := $(notdir $(libvirt-URL1)) all: $(ALL) @@ -69,4 +69,3 @@ clean: +%: varname=$(subst +,,$@) +%: @echo "$($(varname))" -