Remove a spurious warning on MKCL and ECL (thanks to Jean-Claude Beaudoin).
authorFrancois-Rene Rideau <tunes@google.com>
Sun, 2 Dec 2012 16:53:40 +0000 (11:53 -0500)
committerFrancois-Rene Rideau <tunes@google.com>
Sun, 2 Dec 2012 16:54:25 +0000 (11:54 -0500)
Declare asdf-bundle working on MKCL, SCL.

asdf-bundle.asd
asdf-bundle.lisp

index 2d11cbd..05af176 100644 (file)
@@ -11,8 +11,7 @@
 ;;; Copyright (c) 2012 - 2012, Francois-Rene Rideau
 ;;;
 ;;; Currently works on
-;;; Allegro, Clozure CL, CMUCL, ECL, GNU CLISP, LispWorks, SBCL,
-;;; we think SCL (untested), maybe MKCL (untested).
+;;; Allegro, Clozure CL, CMUCL, ECL, GNU CLISP, LispWorks, MKCL, SBCL, SCL.
 ;;; For ABCL, see the abcl-jar contrib instead.
 
 (defsystem :asdf-bundle
index ef0bb64..b547beb 100644 (file)
@@ -427,6 +427,7 @@ using WRITE-SEQUENCE and a sensibly sized buffer." ; copied from xcvb-driver
   (make-pathname :name (strcat (pathname-name pathname) suffix)
                  :defaults pathname))
 
+#+(or allegro clisp clozure cmu lispworks sbcl scl)
 (defun combine-fasls (inputs output)
   #+clozure (ccl:fasl-concatenate output inputs :if-exists :supersede)
   #+(or allegro clisp cmu sbcl scl) (concatenate-files inputs output)