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