X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=contrib%2Fasdf-module.mk;fp=contrib%2Fasdf-module.mk;h=155988a30f3fb881496492ac7ef19bb77f1b220b;hb=80f222325e1f677e5cf8de01c6990906fa47f65d;hp=8087ab9c71069bffdf637c4177d44672cdfaab78;hpb=0223ed57f7b8967c40960ce637ee7c28dfecc371;p=sbcl.git diff --git a/contrib/asdf-module.mk b/contrib/asdf-module.mk index 8087ab9..155988a 100644 --- a/contrib/asdf-module.mk +++ b/contrib/asdf-module.mk @@ -17,12 +17,7 @@ export CC SBCL EXTRA_CFLAGS EXTRA_LDFLAGS all: $(EXTRA_ALL_TARGETS) $(MAKE) -C ../asdf - $(SBCL) --eval '(load "../asdf/asdf")' \ - --eval "(setf asdf::*central-registry* '((MERGE-PATHNAMES \"systems/\" (TRUENAME (SB-EXT:POSIX-GETENV \"SBCL_HOME\")))))" \ - --eval "(push :sb-building-contrib *features*)" \ - --eval "(asdf:operate 'asdf:load-op :$(SYSTEM))" \ - --eval "(progn (when (probe-file \"$(SYSTEM).fasl\") (error \"fasl file exists\")) (with-open-file (s \"$(SYSTEM).lisp\" :direction :output :if-exists :error) (print (quote (require :asdf)) s) (print (quote (require :$(SYSTEM))) s)) (compile-file \"$(SYSTEM).lisp\") (delete-file \"$(SYSTEM).lisp\"))" \ - --eval "(quit)" + $(SBCL) --eval '(defvar *system* "$(SYSTEM)")' --load ../asdf-stub.lisp --eval '(quit)' test: all echo "(asdf:operate (quote asdf:load-op) :$(SYSTEM))" \