Commit graph

9 commits

Author SHA1 Message Date
David Vazquez 1e226263db Do not rely on which to be present in the system
For portability, it is better to use the built-in `command` to check the
existance of executables in the system.
2015-10-18 18:57:53 +03:00
Nathan Froyd ce5066f474 0.9.18.36:
Commit Ossi Herrala's "Small nuisance with NetBSD", sbcl-devel
	  2006-11-06.
2006-11-07 01:06:02 +00:00
Nikodemus Siivola 18aa51db1d 0.9.16.21: small fixes and cleanups
* timers expiring in dead thread no longer cause a TYPE-ERROR.
   Reported by Paul "Nonny Mouse" on sbcl-devel.
 * ASDF-INSTALL uses GNU tar on Solaris. From patch by Josip Gracin.
 * Unnecessary conditional in RUN-PROGRAM on Win32. Reported by Yaroslav
   Kavenchuck.
 * Use cut from index 1, not 0 in find-gnumake.sh. Reported by Harald
   Hanche-Olsen.
2006-09-07 08:49:38 +00:00
Nikodemus Siivola e9d5418b18 0.9.13.12: GNU make finding tweak
* Try "make" before "gmake": should not (hopefully!) break
   anything, and makes build work out of the box on MSYS when
   Cygwin is installed and in PATH.
2006-05-31 10:46:46 +00:00
Christophe Rhodes 04d819bb1a 0.9.8.27:
Merge patch from James Bielman fixing self-build under Win32.
	... a little bit of an accident ensued; I ran
		canonicalize-whitespace on .sh files, which seemed to
		work (except on wc.sh) until it scribbled all over
		make.sh, confusing the shell interpreter utterly.
	... the resulting files have built the system, nevertheless.
2006-01-09 13:00:17 +00:00
Thiemo Seufer babd45f778 0.9.4.72:
Robustify the build system scripts.
2005-09-16 13:26:39 +00:00
William Harold Newman bfdb13b52f 0.8.10.16:
Teach clean.sh about the new doc/manual/ stuff.
2004-05-09 20:26:27 +00:00
Christophe Rhodes 2b967f60e8 0.8.2.16:
Two build fixes
	... GNU Make is gnumake under Darwin (from Michael Hudson
		sbcl-devel 2003-07-30)
	... conditionalize ptrace inclusion on SB_THREAD (from Carlos
		Ungil sbcl-devel 2003-08-05)
2003-08-06 09:56:51 +00:00
Christophe Rhodes 22c1de0a40 0.8.2.7:
Improvements to build technology inspired by Nikodemus Siivola
	(sbcl-devel 2003-07-20):
	... centralize GNU Make finding functionality, and use it
		everywhere;
	... remove bashism from slam.sh.
2003-07-28 08:10:32 +00:00