Skip to content
Snippets Groups Projects
Commit 6475bce3 authored by Daniel Kochmański's avatar Daniel Kochmański Committed by Francois-Rene Rideau
Browse files

bundle: remove deprecated function bundle-system

Also remove deprecation comment – `make-build' is part of official ECL
build system and is documented here:

https://common-lisp.net/project/ecl/manual/re55.html
parent bbf043bc
No related branches found
No related tags found
No related merge requests found
......@@ -328,7 +328,6 @@ for all the linkable object files associated with the system or its dependencies
((:program)
'program-op)))
;; DEPRECATED. This is originally from asdf-ecl.lisp. Does anyone use it?
(defun make-build (system &rest args &key (monolithic nil) (type :fasl)
(move-here nil move-here-p)
&allow-other-keys)
......@@ -351,12 +350,7 @@ for all the linkable object files associated with the system or its dependencies
:defaults dest-path)
:do (rename-file-overwriting-target f new-f)
:collect new-f)
files)))
;; DEPRECATED. Does anyone use this?
(defun bundle-system (system &rest args &key force (verbose t) version &allow-other-keys)
(declare (ignore force verbose version))
(apply #'operate 'deliver-asd-op system args)))
files))))
;;;
;;; LOAD-BUNDLE-OP
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment