mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-01-29 19:48:19 +00:00
Make bootstrap remove the native-lisp/ directory
* Makefile.in (bootstrap-clean): Remove the native-lisp/ directory.
This commit is contained in:
parent
b629cb3f54
commit
a6312d4217
@ -965,6 +965,7 @@ bootstrap-clean: $(distclean_dirs:=_bootstrap-clean)
|
|||||||
[ ! -f config.log ] || mv -f config.log config.log~
|
[ ! -f config.log ] || mv -f config.log config.log~
|
||||||
rm -rf ${srcdir}/info
|
rm -rf ${srcdir}/info
|
||||||
rm -f ${srcdir}/etc/refcards/emacsver.tex
|
rm -f ${srcdir}/etc/refcards/emacsver.tex
|
||||||
|
rm -rf native-lisp/
|
||||||
${top_bootclean}
|
${top_bootclean}
|
||||||
|
|
||||||
### 'maintainer-clean'
|
### 'maintainer-clean'
|
||||||
|
Loading…
Reference in New Issue
Block a user