$b/BUGS $b/COPYING $b/CREDITS $b/INSTALL $b/NEWS $b/README \
$b/install.sh \
$b/doc/sbcl.1 \
- $b/pubring.pgp
+ $b/pubring.pgp \
+ $b/contrib/vanilla-module.mk \
+ `for dir in $b/contrib/*; do
+ if test -d $dir && test -e $dir/Makefile; then
+ echo $dir
+ fi
+ done`
$(SBCL) --eval '(load "../asdf/asdf")'
-install: test
+install:
tar cf - . | ( cd $(INSTALL_DIR) && tar xpvf - )
( cd $(SBCL_HOME)/systems && ln -fs ../$(SYSTEM)/$(SYSTEM).asd . )
$(SBCL) --eval '(load "../asdf/asdf")'
-install: test
+install:
tar cf - . | ( cd $(INSTALL_DIR) && tar xpvf - )
( cd $(SBCL_HOME)/systems && ln -fs ../$(SYSTEM)/$(SYSTEM).asd . )
test:: $(MODULE).fasl
-install: test
+install:
cp $(MODULE).fasl $(INSTALL_DIR)
(define-source-transform identity (x) `(prog1 ,x))
(define-source-transform values (x) `(prog1 ,x))
-;;; Bind the value and make a closure that returns them.
+;;; Bind the value and make a closure that returns it.
(define-source-transform constantly (value)
(let ((rest (gensym "CONSTANTLY-REST-"))
(n-value (gensym "CONSTANTLY-VALUE-")))
;;; versions, especially for internal versions off the main CVS
;;; branch, it gets hairier, e.g. "0.pre7.14.flaky4.13".)
-"0.7.12.42"
+"0.7.12.43"