From db618397cc9cb09491aea262bff46ebee6b1e010 Mon Sep 17 00:00:00 2001 From: Adam Megacz Date: Sun, 9 Aug 2009 15:56:37 -0700 Subject: [PATCH] disable recursive-wget; it does not work --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index f6b0cf4..c562400 100644 --- a/Makefile +++ b/Makefile @@ -490,7 +490,7 @@ commit: update: @if [ -d _darcs ]; then darcs pull; \ - else wget -nH -rl 16 -N -X _darcs http://nestedvm.darcs.brianweb.net; \ + else echo "you must have darcs installed in order to acquire the rest of the software" \ fi # -- 1.7.10.4