1.0.34.5: remove dead DATA-VECTOR-{REF,SET} transforms
[sbcl.git] / contrib / asdf / Makefile
index 3067de6..7a4db97 100644 (file)
@@ -1,8 +1,14 @@
-asdf.fasl: asdf.lisp
-       $(SBCL) --eval '(compile-file "asdf")' </dev/null
+MODULE=asdf
+include ../vanilla-module.mk
 
-test:
+
+test::
        true
 
-install: asdf.fasl
-       cp $< $(INSTALL_DIR)
+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
+       cp asdf-upstream/README README
+       cp asdf-upstream/LICENSE LICENSE