lessconstants support for classfilecompiler
[nestedvm.git] / upstream / Makefile
index c89998a..c375b30 100644 (file)
@@ -31,8 +31,8 @@ url_regex = ftp://ftp.zoo.toronto.edu/pub/regex.shar
 
 url_linpack = http://www.math.iastate.edu/burkardt/f_src/linpack_bench/linpack_bench.f
 
-darcs_gcclass = http://gcclass.darcs.brianweb.net/
-darcs_classgen = http://classgen.darcs.brianweb.net/
+darcs_gcclass = http://darcs.brianweb.net/gcclass
+darcs_classgen = http://darcs.brianweb.net/classgen
 
 .SECONDARY: # This is broken in gmake < 3.79.1
 
@@ -79,10 +79,10 @@ tasks/extract_darcs_%:
        touch $@
 
 update_darcs_%: tasks/extract_darcs_%
-       if [ -d "build/$*/darcs" ]; then \
+       if [ -d "build/$*/_darcs" ]; then \
                cd "build/$*" && darcs pull; \
-       else
-               cd "build/$*" && wget -nH -rl 16 -N -X _darcs $(darcs_$*); \
+       else \
+               cd "build/$*" && wget -np -nH --cut-dirs=1 -rl 16 -N -X _darcs $(darcs_$*); \
        fi
        rm "tasks/build_darcs_$*" # to force a rebuild