Permit make values to be indented or in env.
authorPhil Pennock <pdp@exim.org>
Fri, 28 Jan 2011 00:07:05 +0000 (19:07 -0500)
committerPhil Pennock <pdp@exim.org>
Fri, 28 Jan 2011 00:07:05 +0000 (19:07 -0500)
commit0cc9542ab26b35cba3a5523acb8991eb18ce0656
tree894154b02d25e820b40c1dbd0c30f167c52090a1
parent159f52d231c010cbc4e149502b7f906293233f94
Permit make values to be indented or in env.

It appears some make(1)s are not complaining about variables defined
with leading whitespace on the line.  Permit that where we can, for the
lookups, but it's not tenable for CFLAGS_DYNAMIC.

Some people are specifying knobs on the make command-line, so we get
them via the environment.

Tested: indented LOOKUP_CDB and commented out LOOKUP_DNSDB, supplying it
via { make LOOKUP_DNSDB=yes }.  { exim -d --version } shows both are
built-in, no results from { fgrep DNSDB build-*/Makefile }.
doc/doc-txt/ChangeLog
src/scripts/lookups-Makefile