Mercurial > emacs
changeset 73678:dbad5ab7f084
(bootstrap-clean-before): Use new target `bootstrap-clean' in the leim
subdirectory.
author | Romain Francoise <romain@orebokech.com> |
---|---|
date | Sat, 04 Nov 2006 14:44:13 +0000 |
parents | e92b6b791ebb |
children | 6211df193121 |
files | ChangeLog Makefile.in |
diffstat | 2 files changed, 6 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/ChangeLog Sat Nov 04 14:43:58 2006 +0000 +++ b/ChangeLog Sat Nov 04 14:44:13 2006 +0000 @@ -1,3 +1,8 @@ +2006-11-04 Romain Francoise <romain@orebokech.com> + + * Makefile.in (bootstrap-clean-before): Use new target `bootstrap-clean' + in the leim subdirectory. + 2006-11-03 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change) * configure.in: Enable sparc64/ia64/powerpc FreeBSD builds.
--- a/Makefile.in Sat Nov 04 14:43:58 2006 +0000 +++ b/Makefile.in Sat Nov 04 14:44:13 2006 +0000 @@ -790,6 +790,7 @@ ### Used for `bootstrap' to avoid deleting existing dumped Emacs executables. bootstrap-clean-before: bootstrap-clean-before-fast FRC (cd lisp; $(MAKE) $(MFLAGS) bootstrap-clean) + (cd leim; $(MAKE) $(MFLAGS) bootstrap-clean) ### Used for `bootfast' to avoid deleting existing dumped Emacs executables ### and compiled .elc files.