sb-introspect:find-definition-sources-by-name: support globals.
[sbcl.git] / contrib / asdf / Makefile
index 7a4db97..4855a3b 100644 (file)
@@ -6,9 +6,8 @@ test::
        true
 
 up:
-       test -d asdf-upstream || git clone http://common-lisp.net/project/asdf/asdf.git asdf-upstream
-       cd asdf-upstream && git pull
-       cp asdf-upstream/asdf.lisp asdf.lisp
-       cp asdf-upstream/asdf.texinfo asdf.texinfo
+       sh pull-asdf.sh
+       (cd asdf-upstream; make build/asdf.lisp)
+       cp asdf-upstream/build/asdf.lisp asdf.lisp
+       cp asdf-upstream/doc/asdf.texinfo asdf.texinfo
        cp asdf-upstream/README README
-       cp asdf-upstream/LICENSE LICENSE