Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
asdf
asdf
Commits
612bb059
Commit
612bb059
authored
Sep 11, 2016
by
Daniel Kochmański
Committed by
Francois-Rene Rideau
Sep 11, 2016
Browse files
Revert "bundle: remove deprecated function bundle-system"
This reverts commit
6475bce3
.
parent
76c70798
Changes
1
Hide whitespace changes
Inline
Side-by-side
bundle.lisp
View file @
612bb059
...
...
@@ -328,6 +328,7 @@ 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
)
...
...
@@ -354,7 +355,12 @@ for all the linkable object files associated with the system or its dependencies
(
copy-file
f
new-f
)
(
delete-file-if-exists
f
)))
:collect
new-f
)
files
))))
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
)))
;;;
;;; LOAD-BUNDLE-OP
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment