Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
asdf
asdf
Commits
49632e82
Commit
49632e82
authored
Jun 08, 2015
by
Francois-Rene Rideau
Browse files
Make ext a phony, add noext.
parent
0dce326f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Makefile
View file @
49632e82
...
...
@@ -81,6 +81,9 @@ build/asdf.lisp: $(all_lisp)
ext
:
git submodule update
--init
noext
:
git submodule deinit .
# This quickly locates such mistakes as unbalanced parentheses:
load
:
build/asdf.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
debian-package release
\
replace-sbcl-asdf replace-ccl-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.
list-source-registry
:
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment