Skip to content
Snippets Groups Projects
Commit 9dbe891b authored by Robert Goldman's avatar Robert Goldman
Browse files
parents 02505e9d 9c4498af
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
......@@ -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)
......
......@@ -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 f9c7f881e26bd1fe429c55d763964e87c3475294
Subproject commit c636d2b6bc30e11f426102fe0e9b53aca10cc6ae
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment