X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=contrib%2Fasdf%2FMakefile;h=3d1919adce0614fe05a7d2268e4bea7555acca49;hb=37a89ced8b86b051a6308a3c9e857625d826875c;hp=7a4db971d5d7c811f88c4dede14fb792ea4c333f;hpb=77f6e094a26f45886047dbe7270c050d44cb5a2d;p=sbcl.git diff --git a/contrib/asdf/Makefile b/contrib/asdf/Makefile index 7a4db97..3d1919a 100644 --- a/contrib/asdf/Makefile +++ b/contrib/asdf/Makefile @@ -6,9 +6,13 @@ test:: true up: - test -d asdf-upstream || git clone http://common-lisp.net/project/asdf/asdf.git asdf-upstream + test -d asdf-upstream || \ + git clone \ + git://common-lisp.net/projects/asdf/asdf.git asdf-upstream + : Using development ASDF. For stable ASDF, should use --branch release above. cd asdf-upstream && git pull cp asdf-upstream/asdf.lisp asdf.lisp - cp asdf-upstream/asdf.texinfo asdf.texinfo + cp asdf-upstream/doc/asdf.texinfo asdf.texinfo cp asdf-upstream/README README + cd asdf-upstream ; make archive cp asdf-upstream/LICENSE LICENSE