;;; Copyright (c) 2008 - 2011, Juan Jose Garcia Ripoll
;;; Copyright (c) 2012 - 2012, Francois-Rene Rideau
;;;
-;;; Currently works on Allegro, Clozure CL, ECL, SBCL, maybe MKCL.
+;;; Currently works on Allegro, Clozure CL, ECL, GNU CLISP, SBCL, maybe MKCL.
;;; For ABCL, see the abcl-jar contrib instead.
(defsystem :asdf-bundle
:components
((:file "specials")
(:file "bundle" :depends-on ("specials"))
- #+(or allegro clozure sbcl) (:file "fasl-concat" :depends-on ("bundle"))
+ #+(or allegro clisp clozure sbcl) (:file "fasl-concat" :depends-on ("bundle"))
#+ecl (:file "ecl" :depends-on ("specials"))
#+mkcl (:file "mkcl" :depends-on ("specials"))))
(defun combine-fasls (inputs output)
#+clozure (ccl:fasl-concatenate output inputs :if-exists :supersede)
- #+(or allegro sbcl) (concatenate-files inputs output))
+ #+(or allegro clisp sbcl) (concatenate-files inputs output))
(defun call-with-staging-pathname (pathname fun)
"Calls fun with a staging pathname, and atomically