From: geraldo netto <[email protected]>
Committer: Nadav Har'El <[email protected]>
Branch: master

cassandra/Makefile: use wget -c

Signed-off-by: geraldo netto <[email protected]>
Message-Id: <[email protected]>

---
diff --git a/cassandra/Makefile b/cassandra/Makefile
--- a/cassandra/Makefile
+++ b/cassandra/Makefile
@@ -26,11 +26,11 @@ upstream:
        mkdir -p $@

 $(tarball): upstream
- cd upstream && wget -nc http://archive.apache.org/dist/cassandra/$(VERSION)/$(tarball_name) + cd upstream && wget -c http://archive.apache.org/dist/cassandra/$(VERSION)/$(tarball_name)
        touch $@

 $(jna): upstream
- cd upstream && wget -nc https://maven.java.net/content/repositories/releases/net/java/dev/jna/jna/$(jna_version)/jna-$(jna_version).jar + cd upstream && wget -c https://maven.java.net/content/repositories/releases/net/java/dev/jna/jna/$(jna_version)/jna-$(jna_version).jar
        touch $@

 clean:

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

Reply via email to