comparison lib-src/ChangeLog @ 108267:16386d4adba0

Minimize blessmail-related cpp usage, with an eye to future removal. * lib-src/Makefile.in: (BLESSMAIL_TARGET): New variable. (MOVEMAIL_NEEDS_BLESSING): Remove, replace by above variable. (blessmail): Always define this rule. (need-blessmail): New rule, split out from maybe-blessmail. (maybe-blessmail): Use BLESSMAIL_TARGET.
author Glenn Morris <rgm@gnu.org>
date Thu, 06 May 2010 01:03:27 -0700
parents b597fe1cdc14
children 3c3969cfa7a1
comparison
equal deleted inserted replaced
108266:b62300b6aaea 108267:16386d4adba0
1 2010-05-06 Glenn Morris <rgm@gnu.org>
2
3 * Makefile.in: Minimize blessmail-related cpp usage.
4 (BLESSMAIL_TARGET): New variable.
5 (MOVEMAIL_NEEDS_BLESSING): Remove, replace by above variable.
6 (blessmail): Always define this rule.
7 (need-blessmail): New rule, split out from maybe-blessmail.
8 (maybe-blessmail): Use BLESSMAIL_TARGET.
9
1 2010-05-04 Glenn Morris <rgm@gnu.org> 10 2010-05-04 Glenn Morris <rgm@gnu.org>
2 11
3 * Makefile.in: Use @C_SWITCH_SYSTEM@, @C_SWITCH_MACHINE@ rather than 12 * Makefile.in: Use @C_SWITCH_SYSTEM@, @C_SWITCH_MACHINE@ rather than
4 @c_switch_system@, @c_switch_machine@. 13 @c_switch_system@, @c_switch_machine@.
5 14