Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
A
asdf
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Didier Verna
asdf
Commits
49632e82
Commit
49632e82
authored
9 years ago
by
Francois-Rene Rideau
Browse files
Options
Downloads
Patches
Plain Diff
Make ext a phony, add noext.
parent
0dce326f
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Makefile
+5
-1
5 additions, 1 deletion
Makefile
with
5 additions
and
1 deletion
Makefile
+
5
−
1
View file @
49632e82
...
@@ -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
:
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment