X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=contrib%2Fsb-rotate-byte%2FMakefile;h=b84d8b335a4935692234f769be05b6eda21df8ff;hb=54da325f13fb41669869aea688ae195426c0e231;hp=8ad532aaba45af5fe02a6042c36d031dfe536dd5;hpb=cec71f1e4e1ead387f2ea642f760e553b6053f2b;p=sbcl.git diff --git a/contrib/sb-rotate-byte/Makefile b/contrib/sb-rotate-byte/Makefile index 8ad532a..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))" | \ - $(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: test - tar cf - . | ( cd $(INSTALL_DIR) && tar xpvf - ) - ( cd $(SBCL_HOME)/systems && ln -fs ../$(SYSTEM)/$(SYSTEM).asd . ) +include ../asdf-module.mk