X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=contrib%2Fsb-bsd-sockets%2FMakefile;h=c1335ebf00e1807a7843cc9e5b021127de7393d2;hb=7572e0506af331534e6f97b027d56e8bea09410c;hp=ebb6c68dcac59820e4190aab3691d648132e09ed;hpb=01bf4e2a69cdd869e1662304b5680f643330c2aa;p=sbcl.git diff --git a/contrib/sb-bsd-sockets/Makefile b/contrib/sb-bsd-sockets/Makefile index ebb6c68..c1335eb 100644 --- a/contrib/sb-bsd-sockets/Makefile +++ b/contrib/sb-bsd-sockets/Makefile @@ -1,16 +1,2 @@ SYSTEM=sb-bsd-sockets - -all: - $(MAKE) -C ../asdf - echo "(asdf:operate 'asdf:load-op :$(SYSTEM))" | \ - $(SBCL) --eval '(load "../asdf/asdf")' - -test: all - echo "(asdf:operate 'asdf:load-op :$(SYSTEM)) \ - (or (rt:do-tests) (error \"test failed, cannot install\"))" | \ - $(SBCL) --eval '(load "../asdf/asdf")' - - -install: - tar cf - . | ( cd $(INSTALL_DIR) && tar xpvf - ) - ( cd $(SBCL_HOME)/systems && ln -fs ../$(SYSTEM)/$(SYSTEM).asd . ) +include ../asdf-module.mk