Mercurial > emacs
changeset 58020:95969b0d9f39
(bootstrap-clean): New target for 'make bootstrap'.
author | Kim F. Storm <storm@cua.dk> |
---|---|
date | Sun, 07 Nov 2004 23:23:57 +0000 |
parents | 71ee36a5abb0 |
children | 00a16007989d |
files | lisp/Makefile.in |
diffstat | 1 files changed, 3 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/Makefile.in Sun Nov 07 22:51:22 2004 +0000 +++ b/lisp/Makefile.in Sun Nov 07 23:23:57 2004 +0000 @@ -314,6 +314,9 @@ maintainer-clean: cd $(lisp); rm -f *.elc */*.elc $(AUTOGENEL) +bootstrap-clean: + cd $(lisp); rm -f *.elc */*.elc + # Generate/update files for the bootstrap process. bootstrap: update-subdirs autoloads compile