diff options
| author | Glenn Morris | 2010-05-06 01:03:27 -0700 |
|---|---|---|
| committer | Glenn Morris | 2010-05-06 01:03:27 -0700 |
| commit | f6c0ee20bae45d1e0ec090b68a9edd2161c1e5fa (patch) | |
| tree | f9649adaca6c768af4f2330d614c2c3647a79a8e /lib-src/ChangeLog | |
| parent | e49dca3dd47ecfbf821196272fc2b5906a92c2d6 (diff) | |
| download | emacs-f6c0ee20bae45d1e0ec090b68a9edd2161c1e5fa.tar.gz emacs-f6c0ee20bae45d1e0ec090b68a9edd2161c1e5fa.zip | |
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.
Diffstat (limited to 'lib-src/ChangeLog')
| -rw-r--r-- | lib-src/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog index 37d2dcae3cd..1424f0dc5f7 100644 --- a/lib-src/ChangeLog +++ b/lib-src/ChangeLog | |||
| @@ -1,3 +1,12 @@ | |||
| 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 |