Mercurial > emacs
diff 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 |
line wrap: on
line diff
--- a/lib-src/ChangeLog Thu May 06 00:29:09 2010 -0700 +++ b/lib-src/ChangeLog Thu May 06 01:03:27 2010 -0700 @@ -1,3 +1,12 @@ +2010-05-06 Glenn Morris <rgm@gnu.org> + + * Makefile.in: Minimize blessmail-related cpp usage. + (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. + 2010-05-04 Glenn Morris <rgm@gnu.org> * Makefile.in: Use @C_SWITCH_SYSTEM@, @C_SWITCH_MACHINE@ rather than
