Commit graph

12 commits

Author SHA1 Message Date
Thiemo Seufer babd45f778 0.9.4.72:
Robustify the build system scripts.
2005-09-16 13:26:39 +00:00
William Harold Newman d336ca31c5 0.8.14.28:
"not when there is nothing more to add, but when there is
	nothing more to be taken away"
	deleted old DocBook manual sources
	deleted references to DocBook manual sources (in DOCDOC and
		clean.sh and so forth)
	minor tidying of doc-building and doc/-cleaning machinery
		(hopefully leaving it working basically as before)
2004-09-19 19:38:55 +00:00
Nikodemus Siivola 78cf7506e0 0.8.10.81:
Installation related fixes
        ... Include SUPPORT in binary distros, since install.sh now installs it.
        ... Align mis-aligned column in INSTALL: OpenBSD works on x86, not PPC.
2004-06-04 13:37:48 +00:00
Christophe Rhodes 2b596efa9a 0.8.3.18:
Allow RUN-PROGRAM to work even when something in $PATH is not
	an existent directory:
	... patch from Andreas Fuchs sbcl-devel 2003-08-26;
	... add a test case;
	Also, need find-gnumake.sh in binary distributions:
	... make it so!
2003-09-01 10:41:24 +00:00
Daniel Barlow 22bb62c99e 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)
2003-05-31 20:56:02 +00:00
Christophe Rhodes 2066cf6171 0.7.12.54:
Eleventh hour accommodation to Solaris sh(1)
	... export FOO=bar -> FOO=bar; export FOO
	... more test -e -> test -f
	... b=${1:?foo bar} -> b=${1:?"foo bar"}
	... yay for portable shell programmes.
2003-02-23 16:07:33 +00:00
Daniel Barlow 3b91bf9e9d 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
2003-02-21 16:21:02 +00:00
Christophe Rhodes 01bf4e2a69 0.7.12.43:
contrib/ adjustments
	... make binary-distribution.sh aware of contrib/
	... we run $gnumake test before $gnumake install ourselves, so
		don't make the install target depend on test
2003-02-18 15:22:40 +00:00
Christophe Rhodes 94ac5b7c3f 0.7.4.40:
SPARC floating point fixes
	... write a C function to get at the floating point state register
		and use it for context-floating-point-modes (SunOS)
	... attempt to do the same for SPARC/Linux, then realise that
		the current state was more broken than I thought, so
		wrote a BUG instead
	Portability fix to binary-distribution.sh
2002-06-20 11:23:48 +00:00
William Harold Newman 1a2399725e integration hassles, cont'd:
gave up on trying to mess with different versions of jade on
		different architectures, at which point it became clear
		that I wanted the formatted docs to be distributed in
		a different package than source or binary, so...
	...wrote html-distribution.sh to slurp up the HTML-formatted
		documentation
	...tweaked binary-distribution.sh so it no longer slurps up the
		HTML-formatted documentation
2002-01-19 20:52:27 +00:00
William Harold Newman b8f63d9b4e 0.6.10:
got confused and tagged -- I think -- 0.6.9.23 as sbcl_0_6_10
	redid distribution scripts so that .tar files expand into
		sbcl-x.y.z/ instead of ./
2001-01-15 02:28:27 +00:00
William Harold Newman a530bbe337 Initial revision 2000-09-18 01:26:16 +00:00