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
32f8fab0
Commit
32f8fab0
authored
Dec 14, 2012
by
Francois-Rene Rideau
Browse files
Better document :force and :force-not.
parent
b58de273
Changes
1
Hide whitespace changes
Inline
Side-by-side
doc/asdf.texinfo
View file @
32f8fab0
...
...
@@ -1461,15 +1461,21 @@ to invoke other operations on the system or its components:
the new operations will be created
with the same @var
{
initargs
}
as the original one.
If @var
{
force
}
is @code
{
t
}
, then all systems
If @var
{
force
}
is @code
{
:all
}
, then all systems
are forced to be recompiled even if not modified since last compilation.
If @var
{
force
}
is @code
{
t
}
, then only the system being loaded
is forced to be recompiled even if not modified since last compilation,
but other systems are not affected.
If @var
{
force
}
is a list, then it specifies a list of systems that
are forced to be recompiled even if not modified since last compilation.
If @var
{
force-not
}
is @code
{
t
}
, then all systems
If @var
{
force-not
}
is @code
{
:all
}
, then all systems
are forced not to be recompiled even if modified since last compilation.
If @var
{
force-not
}
is @code
{
t
}
, then only the system being loaded
is forced not to be recompiled even if modified since last compilation,
but other systems are not affected.
If @var
{
force-not
}
is a list, then it specifies a list of systems that
are forced not to be recompiled even if modified since last compilation.
@var
{
force
}
takes precedences over @var
{
force
-not
}
;
As of ASDF 2.26.22,
@var
{
force
-not
}
takes precedences over @var
{
force
}
;
both of them apply to systems that are dependencies and were already compiled.
To see what @code
{
operate
}
would do, you can use:
...
...
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