X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=contrib%2Fasdf%2FMakefile;h=fc4dbc89753ddd8ec64b3d4fc46bd3c0907e5a89;hb=f0da2f63aa0b4e6d4dbf884854a4bf2dfdd01fc0;hp=3d1919adce0614fe05a7d2268e4bea7555acca49;hpb=11cdd2964d029dea952653aacc54da5400f0add4;p=sbcl.git diff --git a/contrib/asdf/Makefile b/contrib/asdf/Makefile index 3d1919a..fc4dbc8 100644 --- a/contrib/asdf/Makefile +++ b/contrib/asdf/Makefile @@ -6,13 +6,7 @@ test:: true up: - 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 + sh pull-asdf.sh cp asdf-upstream/asdf.lisp asdf.lisp cp asdf-upstream/doc/asdf.texinfo asdf.texinfo cp asdf-upstream/README README - cd asdf-upstream ; make archive - cp asdf-upstream/LICENSE LICENSE