From: geraldo netto <[email protected]> Committer: Waldemar Kozaczuk <[email protected]> Branch: master
perl/Makefile: use wget -c Signed-off-by: geraldo netto <[email protected]> Message-Id: <[email protected]> --- diff --git a/perl/Makefile b/perl/Makefile --- a/perl/Makefile +++ b/perl/Makefile @@ -39,7 +39,7 @@ perl/makefile: $(PERLSRC_DIST) cd perl && ./Configure $(CONFIGURE_FLAGS) $(PERLSRC_DIST): - wget $(WGET_URL) + wget -c $(WGET_URL) #configure only (make clean configure): configure: perl/makefile -- 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.
