Bug 139: portability fixes and documentation.
authorPhil Pennock <pdp@spodhuis.org>
Sun, 16 Jan 2011 07:15:53 +0000 (02:15 -0500)
committerPhil Pennock <pdp@spodhuis.org>
Sun, 16 Jan 2011 07:15:53 +0000 (02:15 -0500)
commit0a34949459c8ec5f79599a458704b7b11cdbb248
tree48cea0fdc007607882a53b1e1afd27273b0c4708
parent0761d44e078b0c779c92be127bb4d984c60d0320
Bug 139: portability fixes and documentation.

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.
doc/doc-docbook/spec.xfpt
doc/doc-txt/ChangeLog
src/Makefile
src/OS/Makefile-Base
src/OS/Makefile-FreeBSD
src/OS/Makefile-Linux
src/scripts/Configure-Makefile
src/scripts/MakeLinks
src/scripts/lookups-Makefile [new file with mode: 0755]
src/src/EDITME
src/src/lookups/Makefile