aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
authorKim F. Storm2004-11-07 23:23:57 +0000
committerKim F. Storm2004-11-07 23:23:57 +0000
commit0571ccec4073c8412cbb3c915bac78096fe6b821 (patch)
treeb737b0a49215ceb57be647fa0d257430d79fa80f /lisp
parent551373ea9813572e8cb777b3f30a89b4471166ad (diff)
downloademacs-0571ccec4073c8412cbb3c915bac78096fe6b821.tar.gz
emacs-0571ccec4073c8412cbb3c915bac78096fe6b821.zip
(bootstrap-clean): New target for 'make bootstrap'.
Diffstat (limited to 'lisp')
-rw-r--r--lisp/Makefile.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/lisp/Makefile.in b/lisp/Makefile.in
index 5085d3b5b91..d6d3eb3c278 100644
--- a/lisp/Makefile.in
+++ b/lisp/Makefile.in
@@ -314,6 +314,9 @@ bootstrap-prepare:
314maintainer-clean: 314maintainer-clean:
315 cd $(lisp); rm -f *.elc */*.elc $(AUTOGENEL) 315 cd $(lisp); rm -f *.elc */*.elc $(AUTOGENEL)
316 316
317bootstrap-clean:
318 cd $(lisp); rm -f *.elc */*.elc
319
317# Generate/update files for the bootstrap process. 320# Generate/update files for the bootstrap process.
318 321
319bootstrap: update-subdirs autoloads compile 322bootstrap: update-subdirs autoloads compile