Skip to content
Snippets Groups Projects
Commit 49632e82 authored by Francois-Rene Rideau's avatar Francois-Rene Rideau
Browse files

Make ext a phony, add noext.

parent 0dce326f
No related branches found
No related tags found
No related merge requests found
...@@ -81,6 +81,9 @@ build/asdf.lisp: $(all_lisp) ...@@ -81,6 +81,9 @@ build/asdf.lisp: $(all_lisp)
ext: ext:
git submodule update --init git submodule update --init
noext:
git submodule deinit .
# This quickly locates such mistakes as unbalanced parentheses: # This quickly locates such mistakes as unbalanced parentheses:
load: build/asdf.lisp load: build/asdf.lisp
./test/run-tests.sh -t $l $(all_lisp) ./test/run-tests.sh -t $l $(all_lisp)
...@@ -262,7 +265,8 @@ release: TODO test-all test-on-other-machines-too debian-changelog debian-packag ...@@ -262,7 +265,8 @@ release: TODO test-all test-on-other-machines-too debian-changelog debian-packag
debian-package release \ debian-package release \
replace-sbcl-asdf replace-ccl-asdf \ replace-sbcl-asdf replace-ccl-asdf \
fix-local-git-tags fix-remote-git-tags wc wc-driver wc-asdf fix-local-git-tags fix-remote-git-tags wc wc-driver wc-asdf
list-source-registry list-source-registry \
ext noext
# debug the source registry that will be used to execute commands from this Makefile. # debug the source registry that will be used to execute commands from this Makefile.
list-source-registry: list-source-registry:
......
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