X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=contrib%2Fasdf%2FMakefile;h=3d1919adce0614fe05a7d2268e4bea7555acca49;hb=cea2946076e0dac11eea1c95158e5e2326455dd8;hp=caa730009ded65deb8f0371c428c9dfd42ff5fa4;hpb=10d2c05ea44ca0837091434fe2223c0c31687615;p=sbcl.git diff --git a/contrib/asdf/Makefile b/contrib/asdf/Makefile index caa7300..3d1919a 100644 --- a/contrib/asdf/Makefile +++ b/contrib/asdf/Makefile @@ -1,5 +1,18 @@ MODULE=asdf include ../vanilla-module.mk + 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 + 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