From 7ee29f16f6f741a4269b3cd536bc81b592c47fb5 Mon Sep 17 00:00:00 2001 From: Kevin Rosenberg Date: Sat, 5 Apr 2003 23:15:12 +0000 Subject: [PATCH] fix Makefile, improve test-op --- contrib/sb-aclrepl/Makefile | 2 +- contrib/sb-aclrepl/sb-aclrepl.asd | 6 ++++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/contrib/sb-aclrepl/Makefile b/contrib/sb-aclrepl/Makefile index b4c4ac0fd..ff65a2759 100644 --- a/contrib/sb-aclrepl/Makefile +++ b/contrib/sb-aclrepl/Makefile @@ -1,2 +1,2 @@ -MODULE=sb-aclrepl +SYSTEM=sb-aclrepl include ../asdf-module.mk diff --git a/contrib/sb-aclrepl/sb-aclrepl.asd b/contrib/sb-aclrepl/sb-aclrepl.asd index 671a2b8a6..565f3e911 100644 --- a/contrib/sb-aclrepl/sb-aclrepl.asd +++ b/contrib/sb-aclrepl/sb-aclrepl.asd @@ -10,6 +10,8 @@ ;; FIXME - test for successful compilation of sb-aclrepl - (defmethod perform ((o test-op) (c (eql (find-system :sb-aclrepl)))) - t) + (and (boundp 'sb-impl::*inspect-fun*) + (boundp 'sb-int:*repl-prompt-fun*) + (boundp 'sb-int:*repl-read-form-fun*))) + -- 2.11.4.GIT