diff lisp/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 94707ef52511
children eae2eee28ad3
line wrap: on
line diff
--- a/lisp/ChangeLog	Fri Jun 20 21:46:05 2008 +0000
+++ b/lisp/ChangeLog	Fri Jun 20 21:48:17 2008 +0000
@@ -1,5 +1,8 @@
 2008-06-20  Stefan Monnier  <monnier@iro.umontreal.ca>
 
+	* Makefile.in (all): New target.
+	(bootstrap-prepare): Remove.
+
 	* Makefile.in ($(lisp)/progmodes/cc-mode.elc): Pass the .el file not
 	the .elc file to batch-byte-compile.