X-Git-Url: http://git.megacz.com/?p=nestedvm.git;a=blobdiff_plain;f=upstream%2FMakefile;h=3549e76bb2b1686032a7d021895b0e14d8b1e4c3;hp=6fa279dd294ece467b7362658ee7d137014c806c;hb=b2f817856d994945778f8550a238471f72337445;hpb=a36a6bb4086b885224232e738db82c71deb6a294 diff --git a/upstream/Makefile b/upstream/Makefile index 6fa279d..3549e76 100644 --- a/upstream/Makefile +++ b/upstream/Makefile @@ -84,7 +84,7 @@ tasks/extract_darcs_%: cd build && darcs get --repo-name="$*" --verbose "$(darcs_$*)"; \ else \ mkdir -p "build/$*" && cd "build/$*"; \ - wget -nH -rl 16 -N -X _darcs $(darcs_$*); \ + darcs get $(darcs_$*); \ fi touch $@ @@ -92,7 +92,7 @@ update_darcs_%: tasks/extract_darcs_% if [ -d "build/$*/_darcs" ]; then \ cd "build/$*" && darcs pull; \ else \ - cd "build/$*" && wget -np -nH --cut-dirs=1 -rl 16 -N -X _darcs $(darcs_$*); \ + cd "build/$*" && darcs get $(darcs_$*); \ fi rm -f "tasks/build_darcs_$*" # to force a rebuild