From: geraldo netto <geraldone...@gmail.com>
Committer: Nadav Har'El <n...@scylladb.com>
Branch: master

cado/Makefile: use wget -c

Signed-off-by: geraldo netto <geraldone...@gmail.com>
Message-Id: <1516131789-8559-4-git-send-email-geraldone...@gmail.com>

---
diff --git a/cado/Makefile b/cado/Makefile
--- a/cado/Makefile
+++ b/cado/Makefile
@@ -9,7 +9,7 @@ install: ROOTFS/cado

 $(CADOSRC_DIST):
        @echo CADO_VERS=$(CADO_VERS) CADOSRC_DIST=$(CADOSRC_DIST)
-       wget $(WGET_URL)
+       wget -c $(WGET_URL)

 ROOTFS/cado: $(CADOSRC_DIST)
        mkdir -p ROOTFS

--
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.

Reply via email to