1.0.43.49: (SETF FDEFINITION) and (SETF SYMBOL-FUNCTION) should clear derived ftype
[sbcl.git] / contrib / asdf / Makefile
index 27a8d56..9d0033d 100644 (file)
@@ -6,9 +6,9 @@ test::
        true
 
 up:
-       cvs -d :pserver:anonymous@cclan.cvs.sourceforge.net:/cvsroot/cclan \
-               co -kv -p asdf/asdf.lisp >/tmp/$$$$ &&\
-               mv /tmp/$$$$ asdf.lisp
-       cvs -d :pserver:anonymous@cclan.cvs.sourceforge.net:/cvsroot/cclan \
-               co -kv -p asdf/README  >/tmp/$$$$ &&\
-               mv /tmp/$$$$ README
+       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