Differences From Artifact [610ce9eedc]:
- File Makefile — part of check-in [3abab7e177] at 2011-05-30 16:46:50 on branch trunk — Makefile which works under the BSDs and Solaris using their non-GNU make. Resolves [5a96dd5f52]. (user: ben size: 2386) [more...]
- File Makefile.classic — part of check-in [8559c781c2] at 2011-06-14 17:09:01 on branch autoconf — Add very basic configure script. It is just checking for zlib, OpenSSL and the USE_PREAD support on the BSDs. (user: joerg size: 2386)
To Artifact [c6fbb10516]:
- File Makefile — part of check-in [14d1e44957] at 2011-07-20 09:09:50 on branch ben-safe-make — Only allow the default Makefile to build fossil on platforms where it's known to work. Update the build documentation to tell the user to use the GNUmakefile explicitly, to avoid accidently building using the default makefile on non-GNU platforms. (user: ben size: 2435)
| ︙ | ︙ | |||
68 69 70 71 72 73 74 75 | TCC.DragonFly += -DUSE_PREAD TCC.FreeBSD += -DUSE_PREAD TCC.NetBSD += -DUSE_PREAD TCC.OpenBSD += -DUSE_PREAD TCC += $(TCC.$(HOST_OS)) include $(SRCDIR)/main.mk | > > > | 68 69 70 71 72 73 74 75 76 77 78 | TCC.DragonFly += -DUSE_PREAD TCC.FreeBSD += -DUSE_PREAD TCC.NetBSD += -DUSE_PREAD TCC.OpenBSD += -DUSE_PREAD TCC += $(TCC.$(HOST_OS)) # Platform check PLATFORM_CHECK_KIND = Makefile include $(SRCDIR)/main.mk |