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
15
Issues
15
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
307f07fc
Commit
307f07fc
authored
Oct 16, 2018
by
Hugo Ishimaru
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Doc: Fix typos
parent
26720ea8
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
doc/asdf.texinfo
doc/asdf.texinfo
+3
-3
No files found.
doc/asdf.texinfo
View file @
307f07fc
...
...
@@ -2398,12 +2398,12 @@ or for the entire application.
@
code
{
compile
-
bundle
-
op
}
will
create
a
single
fasl
file
for
each
of
the
systems
needed
,
grouping
all
its
many
fasls
in
one
,
so
you
can
deliver
each
system
as
a
single
fasl
so
you
can
deliver
each
system
as
a
single
fasl
.
@
code
{
monolithic
-
compile
-
bundle
-
op
}
will
create
a
single
fasl
file
for
the
target
system
and
all
its
dependencies
,
so
you
can
deliver
your
entire
application
as
a
single
fasl
.
@
code
{
load
-
bundle
-
op
}
will
load
the
output
of
@
code
{
compile
-
bundle
-
op
}.
Note
that
if
it
the
output
is
not
up
-
to
-
date
,
Note
that
if
the
output
is
not
up
-
to
-
date
,
@
code
{
compile
-
bundle
-
op
}
may
load
the
intermediate
fasls
as
a
side
-
effect
.
Bundling
fasls
together
matters
a
lot
on
ECL
,
where
the
dynamic
linking
involved
in
loading
tens
of
individual
fasls
...
...
@@ -2459,7 +2459,7 @@ for building a linkable @file{.a} file (Windows: @file{.lib})
from all linkable object dependencies (FFI files, and on ECL, Lisp files too),
and its monolithic equivalent @code{monolithic-lib-op}.
And there is also @code{dll-op}
(respectively its monolithic equivalent @code{monolithic-
lib
-op})
(respectively its monolithic equivalent @code{monolithic-
dll
-op})
for building a linkable @file{.so} file
(Windows: @file{.dll}, MacOS X: @file{.dynlib})
to create a single dynamic library
...
...
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