Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
A
asdf
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Jan Moringen
asdf
Commits
1686629d
Commit
1686629d
authored
Sep 11, 2014
by
Francois-Rene Rideau
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update the Makefile, notably wrt doc.
parent
66b7fec4
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
2 deletions
+6
-2
Makefile
Makefile
+5
-1
tools/main.lisp
tools/main.lisp
+1
-1
No files found.
Makefile
View file @
1686629d
...
...
@@ -75,8 +75,12 @@ Makefile:
%
:
build/asdf.lisp
./tools/asdf-tools
env
l
=
'$l'
L
=
'$L'
u
=
'$u'
U
=
'$u'
v
=
'$v'
s
=
'$s'
t
=
'$t'
$@
# The magic rule above fails for the doc target, that is also the name of an existing directory
doc
:
make
-C
doc
# This is the list of phony targets from this file
.PHONY
:
all driver-files defsystem-files ext
.PHONY
:
all driver-files defsystem-files ext
doc
# The text below was automaticaly generated by `make --silent makefile-targets`
# then manually inserted here to provide for completion:
...
...
tools/main.lisp
View file @
1686629d
...
...
@@ -62,7 +62,7 @@
so that, when included in the Makefile, they will enable shell completion
based on a list of targets"
(
let
((
c
(
public-command-strings
)))
;;(format t ".PHONY: ~{~A~^ ~}~%~%~{~A:~%~}~%" c c)
)
;;(format t ".PHONY: ~{~A~^ ~}~%~%~{~A:~%~}~%" c c)
(
format
t
"~{~A:~%~}~%"
c
))
(
values
))
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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