From: geraldo netto <[email protected]> Committer: Waldemar Kozaczuk <[email protected]> Branch: master
iperf-zcopy/Makefile: use wget -c Signed-off-by: geraldo netto <[email protected]> Message-Id: <[email protected]> --- diff --git a/iperf-zcopy/Makefile b/iperf-zcopy/Makefile --- a/iperf-zcopy/Makefile +++ b/iperf-zcopy/Makefile @@ -25,7 +25,7 @@ $(iperfv)/src/iperf: $(tarball) +$(MAKE) -C $(iperfv) $(tarball): - wget -O $@ $(url) + wget -c -O $@ $(url) clean: rm -rf $(tarball) $(iperfv) iperf -- You received this message because you are subscribed to the Google Groups "OSv Development" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
