From: Adam Megacz Date: Sun, 9 Aug 2009 22:56:37 +0000 (-0700) Subject: disable recursive-wget; it does not work X-Git-Url: http://git.megacz.com/?p=nestedvm.git;a=commitdiff_plain;h=db618397cc9cb09491aea262bff46ebee6b1e010 disable recursive-wget; it does not work --- 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 #