From: geraldo netto <geraldone...@gmail.com> Committer: Nadav Har'El <n...@scylladb.com> Branch: master
apache-spark/Makefile: use wget -c Signed-off-by: geraldo netto <geraldone...@gmail.com> Message-Id: <1516131789-8559-3-git-send-email-geraldone...@gmail.com> --- diff --git a/apache-spark/Makefile b/apache-spark/Makefile --- a/apache-spark/Makefile +++ b/apache-spark/Makefile @@ -9,7 +9,7 @@ URL:=http://d3kbcqa49mib13.cloudfront.net/$(TARBALL) module: ROOTFS usr.manifest $(TARBALL): - wget $(URL) + wget -c $(URL) ROOTFS/$(NAME): $(TARBALL) tar xvf $(TARBALL) -- 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 osv-dev+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.