diff --git a/.gitignore b/.gitignore index bc7d4b2e9451544f9c202b7cad11802dbfb3b5b1..bb3f8f2381fc6c971baf1a7b76d46068d232fcd8 100644 --- a/.gitignore +++ b/.gitignore @@ -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 diff --git a/Makefile b/Makefile index 500a0f6c3452aa58ad21a155febb840ae3b49b1f..200aadfbf7d1f9ad4554502951fbfdb6c862e124 100644 --- a/Makefile +++ b/Makefile @@ -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) diff --git a/README.md b/README.md index 753467a9979b391b3539a5014ef29eb484dd9a6c..a2fe269306d073dc1983c45664f7bc1a40df5ec1 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/ext/fare-mop b/ext/fare-mop index 39b7ed607894c101ccf92cf95c307120ae18f004..8f8ea816e66d3ccfaaac42c4d5544a8815486928 160000 --- a/ext/fare-mop +++ b/ext/fare-mop @@ -1 +1 @@ -Subproject commit 39b7ed607894c101ccf92cf95c307120ae18f004 +Subproject commit 8f8ea816e66d3ccfaaac42c4d5544a8815486928 diff --git a/ext/fare-quasiquote b/ext/fare-quasiquote index 8618c24924dec0a4d1008eaeca94f900644097af..094e5839478950b3194cba968ad78426220a546d 160000 --- a/ext/fare-quasiquote +++ b/ext/fare-quasiquote @@ -1 +1 @@ -Subproject commit 8618c24924dec0a4d1008eaeca94f900644097af +Subproject commit 094e5839478950b3194cba968ad78426220a546d diff --git a/ext/fare-utils b/ext/fare-utils index f9c7f881e26bd1fe429c55d763964e87c3475294..c636d2b6bc30e11f426102fe0e9b53aca10cc6ae 160000 --- a/ext/fare-utils +++ b/ext/fare-utils @@ -1 +1 @@ -Subproject commit f9c7f881e26bd1fe429c55d763964e87c3475294 +Subproject commit c636d2b6bc30e11f426102fe0e9b53aca10cc6ae