Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | 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. |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | newbuild | ttmrichter |
Files: | files | file ages | folders |
SHA1: |
0ec2c22dfe504f52d57a3a7795e71eeb |
User & Date: | michael 2010-07-11 03:29:31 |
Context
2010-07-13
| ||
15:53 | Modified into a saner scheme than using fragments and oddball defaults. ... (check-in: fad57367c9 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: 0ec2c22dfe user: michael tags: newbuild, ttmrichter) | |
03:21 | Corrected OpenSolaris fragments after testing. ... (check-in: b209bb963c user: michael tags: newbuild, ttmrichter) | |
Changes
Deleted make/opensolaris-fragment.mk.
|
| < < < < < < < < < < < < < < < < < < < < < < < |
Deleted make/opensolarisgcc-pre-config.mk.
|
| < < < < < < < |
Changes to make/solaris-fragment.mk.
1 2 3 | #### OS-specific configuration for building Fossil on Solaris (but not # OpenSolaris) systems. # | < | 1 2 3 4 5 6 7 8 9 10 | #### OS-specific configuration for building Fossil on Solaris (but not # OpenSolaris) systems. # #### 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/solarisgcc-pre-config.mk.
1 2 3 | #### Sample pre-config.mk file for Solaris with GCC. # Copy this file as pre-config.mk in the Fossil root directory to use. # | < | 1 2 3 4 5 6 | #### Sample pre-config.mk file for Solaris with GCC. # Copy this file as pre-config.mk in the Fossil root directory to use. # PLATFORM=solaris COMPILER=gcc |