mirror of
git://git.code.sf.net/p/sbcl/sbcl
synced 2026-09-10 07:26:40 -04:00
0.8.0.21
Add contrib/asdf-module.mk to the list of files that go into a binary distribution (thanks to David Lichteblau for bug report)
This commit is contained in:
parent
0735cc5deb
commit
22bb62c99e
|
|
@ -16,6 +16,7 @@ tar -cf $b-binary.tar \
|
|||
$b/install.sh \
|
||||
$b/doc/sbcl.1 \
|
||||
$b/pubring.pgp \
|
||||
$b/contrib/asdf-module.mk \
|
||||
$b/contrib/vanilla-module.mk \
|
||||
`for dir in $b/contrib/*; do
|
||||
if test -d $dir && test -f $dir/test-passed; then
|
||||
|
|
|
|||
|
|
@ -17,4 +17,4 @@
|
|||
;;; checkins which aren't released. (And occasionally for internal
|
||||
;;; versions, especially for internal versions off the main CVS
|
||||
;;; branch, it gets hairier, e.g. "0.pre7.14.flaky4.13".)
|
||||
"0.8.0.20"
|
||||
"0.8.0.21"
|
||||
|
|
|
|||
Loading…
Reference in a new issue