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
Didier Verna
asdf
Commits
734952c7
Commit
734952c7
authored
Jan 13, 2017
by
Francois-Rene Rideau
Browse files
Properly include contrib/debug.lisp in UIOP tarball.
parent
ba4b048a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Makefile
View file @
734952c7
...
...
@@ -122,7 +122,7 @@ defsystem-files:
archive
:
build/asdf.lisp
$(
eval
UIOPDIR :
=
"uiop-
$(version)
"
)
mkdir
-p
build/
$(UIOPDIR)
# UIOP tarball
cp
-pHux
uiop/README.md uiop/uiop.asd uiop/asdf-driver.asd
${driver_lisp}
contrib/debug.lisp build/
$(UIOPDIR)
cp
-pHux
uiop/README.md uiop/uiop.asd uiop/asdf-driver.asd
${driver_lisp}
uiop/
contrib/debug.lisp build/
$(UIOPDIR)
tar
zcf
"build/uiop-
${version}
.tar.gz"
-C
build
$(UIOPDIR)
rm
-r
build/
$(UIOPDIR)
$(
eval
ASDFDIR :
=
"asdf-
$(version)
"
)
...
...
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