X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=contrib%2Fsb-rotate-byte%2FMakefile;h=b84d8b335a4935692234f769be05b6eda21df8ff;hb=7ff2233608f1f110e112ae576fa829618ce181ae;hp=a07369b0893935cb0fe42693a7d1d91963fb63bc;hpb=ca9a15c9d4fd24a938a29a9c7ea41d6018deb2d4;p=sbcl.git diff --git a/contrib/sb-rotate-byte/Makefile b/contrib/sb-rotate-byte/Makefile index a07369b..b84d8b3 100644 --- a/contrib/sb-rotate-byte/Makefile +++ b/contrib/sb-rotate-byte/Makefile @@ -1,23 +1,2 @@ -# FIXME I: This is more-or-less an exact copy of sb-bsd-sockets's -# Makefile. Maybe we should have a vanilla-asdf-module.mk? -# -# FIXME II: The thing that is preventing this is the use of RT as a -# regression tester... since we ask that modules do regression tests, -# maybe we should provide a regression test framework (in SB-RT, perhaps)? - SYSTEM=sb-rotate-byte - -all: - $(MAKE) -C ../asdf - echo "(asdf:operate 'asdf:load-op :$(SYSTEM) :force t)" | \ - $(SBCL) --eval '(load "../asdf/asdf")' - -test: all - echo "(asdf:operate 'asdf:load-op :$(SYSTEM)) \ - (load (compile-file \"rotate-byte-tests.lisp\"))" | \ - $(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