diff options
| author | Glenn Morris | 2014-06-26 20:41:23 -0400 |
|---|---|---|
| committer | Glenn Morris | 2014-06-26 20:41:23 -0400 |
| commit | da313ecaea3f2fad5eee6582dba5e0cc95ee5ea0 (patch) | |
| tree | 379952152ad42b2d76b06eb581c46a5a81e621c6 /src/ChangeLog | |
| parent | 7ee4b70caae18bb2df0a184ecca7746629140ef4 (diff) | |
| download | emacs-da313ecaea3f2fad5eee6582dba5e0cc95ee5ea0.tar.gz emacs-da313ecaea3f2fad5eee6582dba5e0cc95ee5ea0.zip | |
Replace BOOTSTRAPEMACS with an order-only dependence on bootstrap-emacs
* Makefile.in (src): No more need to pass BOOTSTRAPEMACS.
* src/Makefile.in (.el.elc): Replace suffix rule with pattern rule.
(%.elc): New pattern rule, with order-only prerequisite.
($(lisp)): No more need to depend on BOOTSTRAPEMACS.
($(lispsource)/loaddefs.el): Use an order-only prerequisite
in place of BOOTSTRAPEMACS.
Fixes: debbugs:2151
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index da46ead2b93..b25e2d487d7 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,13 @@ | |||
| 1 | 2014-06-27 Glenn Morris <rgm@gnu.org> | ||
| 2 | |||
| 3 | * Makefile.in: Replace BOOTSTRAPEMACS sleight-of-hand | ||
| 4 | with an order-only dependence on bootstrap-emacs. (Bug#2151) | ||
| 5 | (.el.elc): Replace suffix rule with pattern rule. | ||
| 6 | (%.elc): New pattern rule, with order-only prerequisite. | ||
| 7 | ($(lisp)): No more need to depend on BOOTSTRAPEMACS. | ||
| 8 | ($(lispsource)/loaddefs.el): Use an order-only prerequisite | ||
| 9 | in place of BOOTSTRAPEMACS. | ||
| 10 | |||
| 1 | 2014-06-26 Dmitry Antipov <dmantipov@yandex.ru> | 11 | 2014-06-26 Dmitry Antipov <dmantipov@yandex.ru> |
| 2 | 12 | ||
| 3 | * fns.c (Fcompare_strings): Use FETCH_STRING_CHAR_AS_MULTIBYTE_ADVANCE. | 13 | * fns.c (Fcompare_strings): Use FETCH_STRING_CHAR_AS_MULTIBYTE_ADVANCE. |