Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Tested the FreeBSD fragments on FreeBSD 8.0. |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | newbuild | ttmrichter |
Files: | files | file ages | folders |
SHA1: |
f69de3cfd04819c902c0314415157bec |
User & Date: | michael 2010-07-10 13:29:16 |
Context
2010-07-11
| ||
03:21 | Corrected OpenSolaris fragments after testing. ... (check-in: b209bb963c user: michael tags: newbuild, ttmrichter) | |
2010-07-10
| ||
13:29 | Tested the FreeBSD fragments on FreeBSD 8.0. ... (check-in: f69de3cfd0 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: ffcd314afc user: michael tags: newbuild, ttmrichter) | |
Changes
Changes to make/freebsd-fragment.mk.
1 2 | #### OS-specific configuration for building Fossil on FreeBSD systems. # | > < | 1 2 3 4 5 6 7 8 9 10 | #### OS-specific configuration for building Fossil on FreeBSD systems. # NOTE: You will need to have GNU Make installed to use this. # #### The suffix to add to executable files. ".exe" for windows. # Nothing for unix. # E = #### The directory into which object code files should be written. |
︙ | ︙ |
Changes to make/freebsdgcc-pre-config.mk.
1 2 3 | #### Sample pre-config.mk file for FreeBSD with GCC. # Copy this file as pre-config.mk in the Fossil root directory to use. # | > < | 1 2 3 4 5 6 7 | #### Sample pre-config.mk file for FreeBSD with GCC. # Copy this file as pre-config.mk in the Fossil root directory to use. # NOTE: You will need to have GNU Make installed to use this. # PLATFORM=freebsd COMPILER=gcc |