Fossil SCM
20455 commits
| README.wiki | Modified into a saner scheme than using fragments and oddba… | 666 bytes | 15 years, 8 months ago |
| freebsd-clang-config.mk | Trying to figure out how to get merge conflicts to actually… | 2.4 KB | 15 years, 7 months ago |
| freebsd-gcc-config.mk | Modified into a saner scheme than using fragments and oddba… | 2.3 KB | 15 years, 8 months ago |
| linux-clang-config.mk | Modified into a saner scheme than using fragments and oddba… | 2.2 KB | 15 years, 8 months ago |
| linux-gcc-config.mk | Modified into a saner scheme than using fragments and oddba… | 2.3 KB | 15 years, 8 months ago |
| mingw32-gcc-config.mk | Modified into a saner scheme than using fragments and oddba… | 2.6 KB | 15 years, 8 months ago |
| solaris-gcc-config.mk | Modified into a saner scheme than using fragments and oddba… | 2.2 KB | 15 years, 8 months ago |
README
The makefile fragments in this "new build" directory are used to provide
platform-specific builds out-of-the-box with minimal user intervention. They are
named as PLATFORM-COMPILER-config.mk and are used by copying them
into the Fossil distribution root directory as
config.mk.
The file linux-gcc-config.mk is the default make file fragment
brought in by the main Makefile if no config.mk file
has been copied.
Note: new platform and compiler files are always welcome additions to the community. In particular MacOSX build files would be nice to have as well as alternative compilers.