Fossil

Timeline
Login

Timeline

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

11 check-ins that include changes to files matching 'make/*'

2010-08-13
07:07
Trying to figure out how to get merge conflicts to actually show up. (check-in: d8f8932f user: michael tags: ttmrichter-skins)
03:30
Added build for FreeBSD using clang. (check-in: b775af50 user: michael tags: ttmrichter)
2010-07-13
15:53
Modified into a saner scheme than using fragments and oddball defaults. (check-in: fad57367 user: michael tags: ttmrichter)
2010-07-11
03:29
Since there's no difference between Solaris and OpenSolaris in builds (they both require libnsl it turns out), the files are now merged as PLATFORM=solaris. (check-in: 0ec2c22d user: michael tags: newbuild, ttmrichter)
03:21
Corrected OpenSolaris fragments after testing. (check-in: b209bb96 user: michael tags: newbuild, ttmrichter)
2010-07-10
13:29
Tested the FreeBSD fragments on FreeBSD 8.0. (check-in: f69de3cf user: michael tags: newbuild, ttmrichter)
10:43
Added some (as yet untested) fragments for FreeBSD, Solaris and OpenSolaris. FreeBSD and OpenSolaris testing are due soon. (check-in: ffcd314a user: michael tags: newbuild, ttmrichter)
2010-07-09
17:41
Fixed up a naming problem for MinGW32 and made a more flexible mechanism for site-specific enhancements. (check-in: 6b83b517 user: michael tags: newbuild, ttmrichter)
17:23
Cleaned up the platform fragments. Corrected two compiler settings. (check-in: 81e4477e user: michael tags: newbuild, ttmrichter)
16:57
Named the mingw32 fragment properly. Forced mingw32 to use GCC. (check-in: cd98f05d user: michael tags: newbuild, ttmrichter)
16:23
Started the process of modifying the build system to permit more flexible and reliable cross-platform support. Currently the build system is set up for Linux (GCC or CLANG as the compiler) and for MinGW32 (GCC as the compiler). Of these, only the Linux builds have been tested so far and confirmed to work as expected. The way to use this new system is as follows:
make

Builds the default platform and compiler (linux and gcc).

PLATFORM=mingw32 make

Builds the mingw32 build (untested!) using the default compiler (gcc).

COMPILER=clang make

Builds the default platform (linux) using the clang compiler.

Other platform and compiler fragment files can be added in the ./make directory based on the models already there. (check-in: d3252d74 user: michael tags: newbuild, ttmrichter)