summaryrefslogtreecommitdiff
path: root/src/OS/Makefile-Linux
AgeCommit message (Collapse)Author
2011-06-29Remove obsolete $Cambridge$ CVS revision strings.Tony Finch
I have also de-CVSed the ABOUT files and cleaned up a few introductory comments.
2011-01-16Bug 139: portability fixes and documentation.Phil Pennock
Document the dynamic lookup module capability in spec.xfpt. Include a ChangeLog item. Avoid the GNU-specific "export" make(1) directive. Build the lookups Makefile using the existing framework. Build with BSD Make once more. The src/lookups/Makefile that is used at build time now has the dynamic content come from scripts/lookups-Makefile. Add CFLAGS_DYNAMIC support, which can be set in Local/Makefile. Provide defaults for Linux & FreeBSD. Ensure that build fails early if a dynamic module is requested but CFLAGS_DYNAMIC is not defined.
2008-08-11Remove a spurious -g that slipped in to the last commit.Tony Finch
2008-07-25OS-dependent locations for CHMOD_COMMAND, required by exicyclog (bug#602)Tony Finch
2005-05-23Add the ratelimit ACL condition. This is mostly reasonably self-containedTony Finch
except that it requires changes to most Makefiles in order to bring in the maths library for the exp() function.
2004-10-06StartPhilip Hazel