Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Jan Moringen
asdf
Commits
6b678b37
Commit
6b678b37
authored
Sep 11, 2016
by
Francois-Rene Rideau
Browse files
Update deprecation notice for bundle functions
bundle-system and make-build must go. But they must go the right way.
parent
612bb059
Changes
1
Hide whitespace changes
Inline
Side-by-side
bundle.lisp
View file @
6b678b37
...
...
@@ -328,7 +328,10 @@ 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?
;; DEPRECATED. This is originally from asdf-ecl.lisp.
;; It must die, and so must any use of initargs in operation,
;; unless keys to the asdf-cache are substantially modified to accommodate for them.
;; Coordinate with the ECL maintainers to get them to stop using it.
(
defun
make-build
(
system
&rest
args
&key
(
monolithic
nil
)
(
type
:fasl
)
(
move-here
nil
move-here-p
)
&allow-other-keys
)
...
...
@@ -357,7 +360,10 @@ for all the linkable object files associated with the system or its dependencies
:collect
new-f
)
files
)))
;; DEPRECATED. Does anyone use this?
;; DEPRECATED. Apparently, some users of ECL, MKCL and ABCL may still be using it;
;; but at the very least, this function should be renamed, and/or
;; some way of specifying the output directory should be provided.
;; As is, it is not such a useful interface.
(
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
)))
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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