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

lighttpd/Makefile: use wget -c

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

---
diff --git a/lighttpd/Makefile b/lighttpd/Makefile
--- a/lighttpd/Makefile
+++ b/lighttpd/Makefile
@@ -25,7 +25,7 @@ clean:
# "in the past", like wget and tar, and can confuse Make to rebuild a target
 # which is new, just pretends to be old.
 upstream.tar:
-       wget -O $@ $(SOURCE)
+       wget -c -O $@ $(SOURCE)
        touch $@

 upstream/lighttpd/Makefile.in: upstream.tar

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