diff options
| author | Stefan Monnier | 2008-06-20 21:48:17 +0000 |
|---|---|---|
| committer | Stefan Monnier | 2008-06-20 21:48:17 +0000 |
| commit | 49f6eb95b2dc33e178af0f3fd5d48217abe44d9b (patch) | |
| tree | 17b3baa6f639b19cce04e1f2d4769d79f83876f1 /ChangeLog | |
| parent | db61a7f8178124b13f2687c65813e5521b296a57 (diff) | |
| download | emacs-49f6eb95b2dc33e178af0f3fd5d48217abe44d9b.tar.gz emacs-49f6eb95b2dc33e178af0f3fd5d48217abe44d9b.zip | |
* src/Makefile.in (emacs${EXEEXT}): Depend on the machine-specific files.
(bootstrap-clean): New target that keeps TAGS around.
(../lisp/subdirs.el, ../lisp/loaddefs.el): New targets.
(bootstrap-emacs${EXEEXT}): Depend on subdirs.el.
* lisp/Makefile.in (all): New target.
(bootstrap-prepare): Remove.
* Makefile.in (SUBDIR): Include `lisp'.
(lisp): Depend on `src'.
(top_distclean): Don't remove config.status.
(bootstrap-clean): New target.
(maintainer-clean): Use it.
(bootstrap): Use bootstrap-clean. Re-run config.status.
(src/bootstrap-emacs${EXEEXT}): New target.
(bootstrap-build): Use it. Don't use bootstrap-prepare because
src/Makefile now takes care of it.
(bootfast, bootstrap-clean-before, bootstrap-clean-before-fast): Remove.
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 13 |
1 files changed, 11 insertions, 2 deletions
| @@ -1,6 +1,15 @@ | |||
| 1 | 2008-06-20 Angelo Graziosi <angelo.graziosi@alice.it> (tiny change) | 1 | 2008-06-20 Stefan Monnier <monnier@iro.umontreal.ca> |
| 2 | 2 | ||
| 3 | * configure.in: Check for presence of cfmakeraw and cfsetspeed. | 3 | * Makefile.in (SUBDIR): Include `lisp'. |
| 4 | (lisp): Depend on `src'. | ||
| 5 | (top_distclean): Don't remove config.status. | ||
| 6 | (bootstrap-clean): New target. | ||
| 7 | (maintainer-clean): Use it. | ||
| 8 | (bootstrap): Use bootstrap-clean. Re-run config.status. | ||
| 9 | (src/bootstrap-emacs${EXEEXT}): New target. | ||
| 10 | (bootstrap-build): Use it. Don't use bootstrap-prepare because | ||
| 11 | src/Makefile now takes care of it. | ||
| 12 | (bootfast, bootstrap-clean-before, bootstrap-clean-before-fast): Remove. | ||
| 4 | 13 | ||
| 5 | 2008-06-15 Glenn Morris <rgm@gnu.org> | 14 | 2008-06-15 Glenn Morris <rgm@gnu.org> |
| 6 | 15 | ||