From: geraldo netto <[email protected]>
Committer: Waldemar Kozaczuk <[email protected]>
Branch: master

erlang/Makefile: use wget -c

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

---
diff --git a/erlang/Makefile b/erlang/Makefile
--- a/erlang/Makefile
+++ b/erlang/Makefile
@@ -7,7 +7,7 @@ all: install erlang.so
 module: install erlang.so

 otp_src_$(OTP_VERSION).tar.gz:
- wget -O "[email protected]" "http://www.erlang.org/download/otp_src_$(OTP_VERSION).tar.gz" + wget -c -O "[email protected]" "http://www.erlang.org/download/otp_src_$(OTP_VERSION).tar.gz"
        mv "[email protected]" "$@"

 otp_src_$(OTP_VERSION): otp_src_$(OTP_VERSION).tar.gz

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