summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorStefan Monnier <monnier@iro.umontreal.ca>2008-06-20 21:48:17 +0000
committerStefan Monnier <monnier@iro.umontreal.ca>2008-06-20 21:48:17 +0000
commit7dd3f660ca06ba8fb0a4b5168bf80d1e9c6f13cc (patch)
treeb97948ee4b7233e14c762320b6d8ec5641ac8001 /ChangeLog
parent24624f5bc7f705fde77750ff06f51b950dcc6c9e (diff)
downloademacs-7dd3f660ca06ba8fb0a4b5168bf80d1e9c6f13cc.tar.gz
* 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--ChangeLog13
1 files changed, 11 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index bcb9ffb21e4..7ce8e321a18 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,15 @@
-2008-06-20 Angelo Graziosi <angelo.graziosi@alice.it> (tiny change)
+2008-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
- * configure.in: Check for presence of cfmakeraw and cfsetspeed.
+ * 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.
2008-06-15 Glenn Morris <rgm@gnu.org>