;;; 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
(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)