comparison src/ChangeLog @ 96134:d143e6de14ec

* 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.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Fri, 20 Jun 2008 21:48:17 +0000
parents e7d9b9d2e1ef
children 65e4e649a274
comparison
equal deleted inserted replaced
96133:e7d9b9d2e1ef 96134:d143e6de14ec
1 2008-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * Makefile.in (emacs${EXEEXT}): Depend on the machine-specific files.
4 (bootstrap-clean): New target that keeps TAGS around.
5 (../lisp/subdirs.el, ../lisp/loaddefs.el): New targets.
6 (bootstrap-emacs${EXEEXT}): Depend on subdirs.el.
7
1 2008-06-20 Jason Rumney <jasonr@gnu.org> 8 2008-06-20 Jason Rumney <jasonr@gnu.org>
2 9
3 * w32fns.c, w32term.c, w32term.h, w32gui.h [OLD_FONT]: Remove 10 * w32fns.c, w32term.c, w32term.h, w32gui.h [OLD_FONT]:
4 obsolete font code. 11 Remove obsolete font code.
5 12
6 * w32font.c (font_matches_spec): Use csb bitfield from font signature 13 * w32font.c (font_matches_spec): Use csb bitfield from font signature
7 to determine language support. 14 to determine language support.
8 15
9 2008-06-20 Stefan Monnier <monnier@iro.umontreal.ca> 16 2008-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
10 17
11 * sysdep.c (cfsetspeed): New fun extracted from the code. 18 * sysdep.c (cfsetspeed): New fun extracted from the code.
12 (cfmakeraw): Move before first use. 19 (cfmakeraw): Move before first use.