Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
A
asdf
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
16
Issues
16
List
Boards
Labels
Service Desk
Milestones
Merge Requests
9
Merge Requests
9
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
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
Options
Browse Files
Download
Email Patches
Plain Diff
Revert "bundle: remove deprecated function bundle-system"
This reverts commit
6475bce3
.
parent
76c70798
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
1 deletion
+7
-1
bundle.lisp
bundle.lisp
+7
-1
No files found.
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
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