diff options
| author | Kim F. Storm | 2004-11-07 23:23:57 +0000 |
|---|---|---|
| committer | Kim F. Storm | 2004-11-07 23:23:57 +0000 |
| commit | 0571ccec4073c8412cbb3c915bac78096fe6b821 (patch) | |
| tree | b737b0a49215ceb57be647fa0d257430d79fa80f /lisp | |
| parent | 551373ea9813572e8cb777b3f30a89b4471166ad (diff) | |
| download | emacs-0571ccec4073c8412cbb3c915bac78096fe6b821.tar.gz emacs-0571ccec4073c8412cbb3c915bac78096fe6b821.zip | |
(bootstrap-clean): New target for 'make bootstrap'.
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/Makefile.in | 3 |
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: | |||
| 314 | maintainer-clean: | 314 | maintainer-clean: |
| 315 | cd $(lisp); rm -f *.elc */*.elc $(AUTOGENEL) | 315 | cd $(lisp); rm -f *.elc */*.elc $(AUTOGENEL) |
| 316 | 316 | ||
| 317 | bootstrap-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 | ||
| 319 | bootstrap: update-subdirs autoloads compile | 322 | bootstrap: update-subdirs autoloads compile |