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
asdf
asdf
Commits
9dbe891b
Commit
9dbe891b
authored
Oct 06, 2014
by
Robert Goldman
Browse files
Merge branch 'master' of
ssh://common-lisp.net/project/asdf/public_html/asdf
parents
02505e9d
9c4498af
Changes
6
Hide whitespace changes
Inline
Side-by-side
.gitignore
View file @
9dbe891b
...
...
@@ -53,6 +53,7 @@ debian/cl-asdf.postinst.debhelper
debian/cl-asdf.prerm.debhelper
debian/cl-asdf.substvars
debian/cl-asdf/
debian/patches/
debian/files
.pc
...
...
Makefile
View file @
9dbe891b
...
...
@@ -78,6 +78,9 @@ build/asdf.lisp: $(all_lisp)
rm
-f
$@
cat
$(all_lisp)
>
$@
ext
:
git submodule update
--init
# This quickly locates such mistakes as unbalanced parentheses:
load
:
build/asdf.lisp
./test/run-tests.sh
-t
$l
$(all_lisp)
...
...
README.md
View file @
9dbe891b
...
...
@@ -73,7 +73,7 @@ The simplest way to get them is as follows, but read below:
make ext
The above make target uses
`git submodule update`
to download
The above make target uses
`git submodule update
--init
`
to download
all these libraries using git. If you don't otherwise maintain your
own set of carefully controlled CL libraries, that's what you want to use.
However, if you do maintain your own set of carefully controlled CL libraries
...
...
@@ -178,7 +178,7 @@ How do I navigate this source directory?
*
`ext/`
*
external dependencies, that can be populated with
`make ext`
or equivalently with
`git submodule update`
.
or equivalently with
`git submodule update
--init
`
.
*
`README`
*
this file
...
...
fare-mop
@
8f8ea816
Subproject commit
39b7ed607894c101ccf92cf95c307120ae18f004
Subproject commit
8f8ea816e66d3ccfaaac42c4d5544a8815486928
fare-quasiquote
@
094e5839
Subproject commit
8618c24924dec0a4d1008eaeca94f900644097af
Subproject commit
094e5839478950b3194cba968ad78426220a546d
fare-utils
@
c636d2b6
Subproject commit
f9c7f881e26bd
1f
e
42
9c55d763964e87c3475294
Subproject commit
c636d2b6bc30e1
1f42
6102fe0e9b53aca10cc6ae
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