1.0.43.7: update expected test failures on Darwin/x86-64
[sbcl.git] / contrib / asdf / Makefile
index 7a4db97..9d0033d 100644 (file)
@@ -6,9 +6,9 @@ test::
        true
 
 up:
-       test -d asdf-upstream || git clone http://common-lisp.net/project/asdf/asdf.git asdf-upstream
-       cd asdf-upstream && git pull
+       sh pull-asdf.sh
        cp asdf-upstream/asdf.lisp asdf.lisp
-       cp asdf-upstream/asdf.texinfo asdf.texinfo
+       cp asdf-upstream/doc/asdf.texinfo asdf.texinfo
        cp asdf-upstream/README README
+       cd asdf-upstream ; make archive
        cp asdf-upstream/LICENSE LICENSE