Mercurial > emacs
comparison src/ChangeLog @ 96137:eae2eee28ad3
Make "make" do a bootstrap if needed.
* src/Makefile.in (emacs${EXEEXT}): Link the new emacs to bootstrap-emacs.
(bootstrapclean): Remove.
(.el.elc): New rule.
(PRECOMP): New var.
(../lisp/subdirs.el): Remove.
(bootstrap-emacs${EXEEXT}): Remove subdirs.el and charpro.el dependency.
(witness-emacs): New target.
(mostlyclean): Remove witness-emacs as well.
(../lisp/loaddefs.el, ${lisp} ${SOME_MACHINE_LISP}):
Add witness-emacs dependency.
* lisp/loadup.el: Don't add emacs-<VERS> name when bootstrapping.
* lisp/Makefile.in (emacs-deps): Remove.
($(lisp)/cus-load.el, $(lisp)/finder-inf.el): Re-add.
(all): Use them.
(autogen-clean): Remove.
* Makefile.in (maybe_bootstrap, src/bootstrap-emacs${EXEEXT})
(bootstrap-build): Remove.
(top_bootclean): New var.
(top_distclean, bootstrap-clean): Use it.
(bootstrap): Don't recheck config. Make normally.
| author | Stefan Monnier <monnier@iro.umontreal.ca> |
|---|---|
| date | Sat, 21 Jun 2008 01:38:39 +0000 |
| parents | 65e4e649a274 |
| children | 41be5bc2426e |
comparison
equal
deleted
inserted
replaced
| 96136:73e422173a87 | 96137:eae2eee28ad3 |
|---|---|
| 1 2008-06-21 Stefan Monnier <monnier@iro.umontreal.ca> | |
| 2 | |
| 3 * Makefile.in (emacs${EXEEXT}): Link the new emacs to bootstrap-emacs. | |
| 4 (bootstrapclean): Remove. | |
| 5 (.el.elc): New rule. | |
| 6 (PRECOMP): New var. | |
| 7 (../lisp/subdirs.el): Remove. | |
| 8 (bootstrap-emacs${EXEEXT}): Remove subdirs.el and charpro.el dependency. | |
| 9 (witness-emacs): New target. | |
| 10 (mostlyclean): Remove witness-emacs as well. | |
| 11 (../lisp/loaddefs.el, ${lisp} ${SOME_MACHINE_LISP}): | |
| 12 Add witness-emacs dependency. | |
| 13 | |
| 1 2008-06-20 Chong Yidong <cyd@stupidchicken.com> | 14 2008-06-20 Chong Yidong <cyd@stupidchicken.com> |
| 2 | 15 |
| 3 * font.c (Ffont_face_attributes): Omit key-attribute pairs not | 16 * font.c (Ffont_face_attributes): Omit key-attribute pairs not |
| 4 defined by the font. | 17 defined by the font. |
| 5 | 18 |
