Fossil SCM
Corrected OpenSolaris fragments after testing.
Commit
b209bb963c34333732b608057494f6be8b33565f
Parent
f69de3cfd04819c…
3 files changed
+1
-1
+2
-2
+1
-1
+1
-1
| --- make/README.wiki | ||
| +++ make/README.wiki | ||
| @@ -18,7 +18,7 @@ | ||
| 18 | 18 | To use the sample pre-config fragments, simply copy them into the |
| 19 | 19 | <cite>Fossil</cite> distribution's root directory as <code>pre-config.mk</code> |
| 20 | 20 | and edit to taste. |
| 21 | 21 | |
| 22 | 22 | Note: new platform and compiler files are always welcome additions to the |
| 23 | -community. In particular MacOSX and BSD builds would be nice to have. | |
| 23 | +community. In particular MacOSX build files would be nice to have. | |
| 24 | 24 | |
| 25 | 25 |
| --- make/README.wiki | |
| +++ make/README.wiki | |
| @@ -18,7 +18,7 @@ | |
| 18 | To use the sample pre-config fragments, simply copy them into the |
| 19 | <cite>Fossil</cite> distribution's root directory as <code>pre-config.mk</code> |
| 20 | and edit to taste. |
| 21 | |
| 22 | Note: new platform and compiler files are always welcome additions to the |
| 23 | community. In particular MacOSX and BSD builds would be nice to have. |
| 24 | |
| 25 |
| --- make/README.wiki | |
| +++ make/README.wiki | |
| @@ -18,7 +18,7 @@ | |
| 18 | To use the sample pre-config fragments, simply copy them into the |
| 19 | <cite>Fossil</cite> distribution's root directory as <code>pre-config.mk</code> |
| 20 | and edit to taste. |
| 21 | |
| 22 | Note: new platform and compiler files are always welcome additions to the |
| 23 | community. In particular MacOSX build files would be nice to have. |
| 24 | |
| 25 |
+2
-2
| --- make/opensolaris-fragment.mk | ||
| +++ make/opensolaris-fragment.mk | ||
| @@ -1,8 +1,8 @@ | ||
| 1 | 1 | #### OS-specific configuration for building Fossil on OpenSolaris systems. |
| 2 | +# NOTE: You will need to have GNU Make installed to use this. | |
| 2 | 3 | # |
| 3 | -# UNTESTED | |
| 4 | 4 | |
| 5 | 5 | #### The suffix to add to executable files. ".exe" for windows. |
| 6 | 6 | # Nothing for unix. |
| 7 | 7 | # |
| 8 | 8 | E = |
| @@ -16,8 +16,8 @@ | ||
| 16 | 16 | # this platform. |
| 17 | 17 | # |
| 18 | 18 | #ENABLE_STATIC = 1 # we want a static build |
| 19 | 19 | ENABLE_SSL = 1 # we are using SSL |
| 20 | 20 | ENABLE_SOCKET = 1 # we are using libsocket (OpenSolaris and Solaris) |
| 21 | -#ENABLE_NSL = 1 # we are using libnsl library (Solaris) | |
| 21 | +ENABLE_NSL = 1 # we are using libnsl library (OpenSolaris and Solaris) | |
| 22 | 22 | ENABLE_I18N = 1 # we are using i18n settings |
| 23 | 23 | |
| 24 | 24 |
| --- make/opensolaris-fragment.mk | |
| +++ make/opensolaris-fragment.mk | |
| @@ -1,8 +1,8 @@ | |
| 1 | #### OS-specific configuration for building Fossil on OpenSolaris systems. |
| 2 | # |
| 3 | # UNTESTED |
| 4 | |
| 5 | #### The suffix to add to executable files. ".exe" for windows. |
| 6 | # Nothing for unix. |
| 7 | # |
| 8 | E = |
| @@ -16,8 +16,8 @@ | |
| 16 | # this platform. |
| 17 | # |
| 18 | #ENABLE_STATIC = 1 # we want a static build |
| 19 | ENABLE_SSL = 1 # we are using SSL |
| 20 | ENABLE_SOCKET = 1 # we are using libsocket (OpenSolaris and Solaris) |
| 21 | #ENABLE_NSL = 1 # we are using libnsl library (Solaris) |
| 22 | ENABLE_I18N = 1 # we are using i18n settings |
| 23 | |
| 24 |
| --- make/opensolaris-fragment.mk | |
| +++ make/opensolaris-fragment.mk | |
| @@ -1,8 +1,8 @@ | |
| 1 | #### OS-specific configuration for building Fossil on OpenSolaris systems. |
| 2 | # NOTE: You will need to have GNU Make installed to use this. |
| 3 | # |
| 4 | |
| 5 | #### The suffix to add to executable files. ".exe" for windows. |
| 6 | # Nothing for unix. |
| 7 | # |
| 8 | E = |
| @@ -16,8 +16,8 @@ | |
| 16 | # this platform. |
| 17 | # |
| 18 | #ENABLE_STATIC = 1 # we want a static build |
| 19 | ENABLE_SSL = 1 # we are using SSL |
| 20 | ENABLE_SOCKET = 1 # we are using libsocket (OpenSolaris and Solaris) |
| 21 | ENABLE_NSL = 1 # we are using libnsl library (OpenSolaris and Solaris) |
| 22 | ENABLE_I18N = 1 # we are using i18n settings |
| 23 | |
| 24 |
| --- make/opensolarisgcc-pre-config.mk | ||
| +++ make/opensolarisgcc-pre-config.mk | ||
| @@ -1,7 +1,7 @@ | ||
| 1 | 1 | #### Sample pre-config.mk file for OpenSolaris with GCC. |
| 2 | 2 | # Copy this file as pre-config.mk in the Fossil root directory to use. |
| 3 | +# NOTE: You will need to have GNU Make installed to use this. | |
| 3 | 4 | # |
| 4 | -# UNTESTED | |
| 5 | 5 | PLATFORM=opensolaris |
| 6 | 6 | COMPILER=gcc |
| 7 | 7 | |
| 8 | 8 |
| --- make/opensolarisgcc-pre-config.mk | |
| +++ make/opensolarisgcc-pre-config.mk | |
| @@ -1,7 +1,7 @@ | |
| 1 | #### Sample pre-config.mk file for OpenSolaris with GCC. |
| 2 | # Copy this file as pre-config.mk in the Fossil root directory to use. |
| 3 | # |
| 4 | # UNTESTED |
| 5 | PLATFORM=opensolaris |
| 6 | COMPILER=gcc |
| 7 | |
| 8 |
| --- make/opensolarisgcc-pre-config.mk | |
| +++ make/opensolarisgcc-pre-config.mk | |
| @@ -1,7 +1,7 @@ | |
| 1 | #### Sample pre-config.mk file for OpenSolaris with GCC. |
| 2 | # Copy this file as pre-config.mk in the Fossil root directory to use. |
| 3 | # NOTE: You will need to have GNU Make installed to use this. |
| 4 | # |
| 5 | PLATFORM=opensolaris |
| 6 | COMPILER=gcc |
| 7 | |
| 8 |