1.0.45.3: Whitespace cleanup
[sbcl.git] / contrib / asdf / Makefile
index 3d1919a..1510108 100644 (file)
@@ -6,13 +6,8 @@ test::
        true
 
 up:
-       test -d asdf-upstream || \
-       git clone \
-       git://common-lisp.net/projects/asdf/asdf.git asdf-upstream
-       : Using development ASDF. For stable ASDF, should use --branch release above.
-       cd asdf-upstream && git pull
+       sh pull-asdf.sh
        cp asdf-upstream/asdf.lisp asdf.lisp
        cp asdf-upstream/doc/asdf.texinfo asdf.texinfo
        cp asdf-upstream/README README
-       cd asdf-upstream ; make archive
        cp asdf-upstream/LICENSE LICENSE