* leim/Makefile.in (bootstrap-clean): No need to delete .elc,
lisp/ rules will do that.
This commit is contained in:
parent
7e3bf78c89
commit
2b58a9cc21
2 changed files with 6 additions and 2 deletions
|
@ -1,5 +1,8 @@
|
|||
2013-11-27 Glenn Morris <rgm@gnu.org>
|
||||
|
||||
* Makefile.in (bootstrap-clean): No need to delete .elc,
|
||||
lisp/ rules will do that.
|
||||
|
||||
* Makefile.in (extraclean): New.
|
||||
(bootstrap-clean): Move ja-dic deletion to extraclean.
|
||||
|
||||
|
|
|
@ -143,8 +143,7 @@ ${leimdir}/ja-dic/ja-dic.el: $(srcdir)/SKK-DIC/SKK-JISYO.L
|
|||
.PHONY: bootstrap-clean distclean maintainer-clean extraclean
|
||||
|
||||
bootstrap-clean:
|
||||
rm -f ${TIT_MISC} ${TIT_MISC:.el=.elc} \
|
||||
${leimdir}/leim-list.el changed.tit changed.misc
|
||||
rm -f ${TIT_MISC} ${leimdir}/leim-list.el changed.tit changed.misc
|
||||
|
||||
distclean:
|
||||
rm -f Makefile
|
||||
|
@ -153,6 +152,8 @@ maintainer-clean: distclean bootstrap-clean
|
|||
|
||||
## We do not delete ja-dic, even in a bootstrap, because it rarely
|
||||
## changes and is slow to regenerate.
|
||||
## TODO? Could consider doing the same with TIT_MISC, though those
|
||||
## are much faster to generate.
|
||||
extraclean:
|
||||
rm -rf ${leimdir}/ja-dic
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue