Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
A
asdf
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Hugo Ishimaru
asdf
Commits
32c5dc1f
Commit
32c5dc1f
authored
12 years ago
by
Francois-Rene Rideau
Browse files
Options
Downloads
Patches
Plain Diff
Slight documentation update. Remove an obsolete file.
parent
42ab6ca5
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
bin/rsync-cp
+0
-13
0 additions, 13 deletions
bin/rsync-cp
doc/asdf.texinfo
+8
-0
8 additions, 0 deletions
doc/asdf.texinfo
doc/index.html
+5
-1
5 additions, 1 deletion
doc/index.html
with
13 additions
and
14 deletions
bin/rsync-cp
deleted
100755 → 0
+
0
−
13
View file @
42ab6ca5
#!/bin/sh
# --extended-attributes \
rsync
\
--archive
\
--rsh
=
ssh
\
--compress
\
--partial
\
--include
"*/"
--include
"*"
\
--progress
\
-v
\
$*
This diff is collapsed.
Click to expand it.
doc/asdf.texinfo
+
8
−
0
View file @
32c5dc1f
...
...
@@ -1090,6 +1090,14 @@ Programmers are cautioned not
to use this component option except at the @code
{
defsystem
}
level, as
this anomalous behavior may be removed without warning.
Finally, you might look into the @code
{
asdf-system-connections
}
extension,
that will let you define additional code to be loaded
when two systems are simultaneously loaded.
It may or may not be considered good style, but at least it can be used
in a way that has deterministic behavior independent of load order,
unlike @code
{
weakly-depends-on
}
.
@subsection Pathname specifiers
@cindex pathname specifiers
...
...
This diff is collapsed.
Click to expand it.
doc/index.html
+
5
−
1
View file @
32c5dc1f
...
...
@@ -243,6 +243,10 @@ Peter Graves <gnooth@gmail.com>
<li><a
href=
"http://common-lisp.net/project/qitab/"
>
poiu
</a>
,
to compile a system in parallel.
</li>
<li><a
href=
"http://common-lisp.net/project/asdf-system-connections/"
>
asdf-system-connections
</a>
,
lets you specify systems that are automatically loaded when
two other systems are loaded, to connect them.
</li>
<li><a
href=
"http://www.lrde.epita.fr/~didier/software/lisp/misc.php#asdf-flv"
>
asdf-flv
</a>
,
to bind file-local variables around the compilation of some files.
</li>
...
...
@@ -371,7 +375,7 @@ Peter Graves <gnooth@gmail.com>
<a
class=
"nav"
href=
"http://common-lisp.net/"
title=
"Common-Lisp.net"
>
<img
src=
"http://common-lisp.net/project/cl-containers/shared/buttons/lisp-lizard.png"
width=
"80"
height=
"15"
title=
"Common-Lisp.net"
alt=
"Common-Lisp.net button"
/></a>
<p><span
class=
"copyright"
Copyright
&
copy
;
2001
-2013
Daniel
Barlow
and
contributors
</
span
></p>
<p>
ASDF has an
<a
href=
"http://www.opensource.org/licenses/mit-license.php"
>
MIT style
</a>
license
</p>
<div
id=
"timestamp"
>
Last updated 2013-02-
05
</div>
<div
id=
"timestamp"
>
Last updated 2013-02-
16
</div>
</div>
</body>
</html>
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment