(bootstrap-clean): New target for 'make bootstrap'.

This commit is contained in:
Kim F. Storm 2004-11-07 23:23:57 +00:00
parent 551373ea98
commit 0571ccec40

View file

@ -314,6 +314,9 @@ bootstrap-prepare:
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