X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=contrib%2Fasdf%2FMakefile;h=f5389e4466f9d610080fbf1a3ea570f20ea12c35;hb=0fe5525f1f9d9f5eff63e583b5b7b19c0e1cb933;hp=3067de6a1d07826e5a5b31fd6756c3fad2dcb8dc;hpb=edc8da40fb17de047e290ed6bd819e096e435dc9;p=sbcl.git diff --git a/contrib/asdf/Makefile b/contrib/asdf/Makefile index 3067de6..f5389e4 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@cvs.sf.net:/cvsroot/cclan \ + co -kv -p asdf/README >/tmp/$$$$ &&\ + mv /tmp/$$$$ README