|
1
|
The makefile fragments in this "new build" directory are used to provide |
|
2
|
platform-specific builds out-of-the-box with minimal user intervention. They are |
|
3
|
named as <code>PLATFORM-COMPILER-config.mk</code> and are used by copying them |
|
4
|
into the <cite>Fossil</cite> distribution root directory as |
|
5
|
<code>config.mk</code>. |
|
6
|
|
|
7
|
The file <code>linux-gcc-config.mk</code> is the default make file fragment |
|
8
|
brought in by the main <code>Makefile</code> if no <code>config.mk</code> file |
|
9
|
has been copied. |
|
10
|
|
|
11
|
Note: new platform and compiler files are always welcome additions to the |
|
12
|
community. In particular MacOSX build files would be nice to have as well as |
|
13
|
alternative compilers. |
|
14
|
|
|
15
|
|