X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=contrib%2Fasdf%2FMakefile;h=fc4dbc89753ddd8ec64b3d4fc46bd3c0907e5a89;hb=4150a9f9936714c8a04fc2cd8ae6df26ec5f7db8;hp=f5389e4466f9d610080fbf1a3ea570f20ea12c35;hpb=18b2c49c37c61160d8594c0ec00028bff55e41f6;p=sbcl.git diff --git a/contrib/asdf/Makefile b/contrib/asdf/Makefile index f5389e4..fc4dbc8 100644 --- a/contrib/asdf/Makefile +++ b/contrib/asdf/Makefile @@ -6,9 +6,7 @@ test:: true up: - cvs -d :pserver:anonymous@cvs.sf.net:/cvsroot/cclan \ - co -kv -p asdf/asdf.lisp >/tmp/$$$$ &&\ - mv /tmp/$$$$ asdf.lisp - cvs -d :pserver:anonymous@cvs.sf.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