0.7.12.50
authorDaniel Barlow <dan@telent.net>
Fri, 21 Feb 2003 16:21:02 +0000 (16:21 +0000)
committerDaniel Barlow <dan@telent.net>
Fri, 21 Feb 2003 16:21:02 +0000 (16:21 +0000)
commit3b91bf9e9daf110b35dd8d5b6ca5a88e0fb0f13b
tree8b86cd8015974ebe67cede5e755d46a34b3fee3e
parentf27b79bae24285a896c9b0ee1a421818eaf8e6db
0.7.12.50
It's easier to port a shell than a shell script. -- Larry Wall

Contrib-related fixes -
... multiple uses of test -e are now test -f
... don't run make test in install, it's more work than we
    want to do as root
... instead, touch $i/test-passed in make-target-contrib.sh
            (if, indeed, it has) and test for presence of that file
    when installing
... Rationalise AF-* constants in sb-bsd-sockets: AF-LOCAL
            is the One True Name.
... In sb-bsd-sockets build, don't hardcode gcc to be in /usr/bin
binary-distribution.sh
contrib/sb-bsd-sockets/Makefile
contrib/sb-bsd-sockets/constants.lisp
contrib/sb-bsd-sockets/defpackage.lisp
contrib/sb-bsd-sockets/local.lisp [new file with mode: 0644]
contrib/sb-bsd-sockets/sb-bsd-sockets.asd
contrib/sb-bsd-sockets/tests.lisp
contrib/sb-bsd-sockets/unix.lisp [deleted file]
install.sh
make-target-contrib.sh
version.lisp-expr