X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=contrib%2Fasdf%2FMakefile;h=27a8d56ca8e85b079def9c95d1ed880366e93a5d;hb=4858ac8509938c327845d0c5deab7164f9e2d741;hp=3067de6a1d07826e5a5b31fd6756c3fad2dcb8dc;hpb=edc8da40fb17de047e290ed6bd819e096e435dc9;p=sbcl.git diff --git a/contrib/asdf/Makefile b/contrib/asdf/Makefile index 3067de6..27a8d56 100644 --- a/contrib/asdf/Makefile +++ b/contrib/asdf/Makefile @@ -1,8 +1,14 @@ -asdf.fasl: asdf.lisp - $(SBCL) --eval '(compile-file "asdf")' /tmp/$$$$ &&\ + mv /tmp/$$$$ asdf.lisp + cvs -d :pserver:anonymous@cclan.cvs.sourceforge.net:/cvsroot/cclan \ + co -kv -p asdf/README >/tmp/$$$$ &&\ + mv /tmp/$$$$ README