(bootstrap-clean): New target for 'make bootstrap'.
This commit is contained in:
parent
551373ea98
commit
0571ccec40
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue