From: Lars Ingebrigtsen Date: Mon, 23 May 2022 06:09:05 +0000 (+0200) Subject: Make bootstrap remove the native-lisp/ directory X-Git-Tag: emacs-29.0.90~1910^2~493 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=a6312d4217cef0d0079a9ad198495dfb2106cc6f;p=emacs.git Make bootstrap remove the native-lisp/ directory * Makefile.in (bootstrap-clean): Remove the native-lisp/ directory. --- diff --git a/Makefile.in b/Makefile.in index 877802ec11c..c3c218a1976 100644 --- a/Makefile.in +++ b/Makefile.in @@ -965,6 +965,7 @@ bootstrap-clean: $(distclean_dirs:=_bootstrap-clean) [ ! -f config.log ] || mv -f config.log config.log~ rm -rf ${srcdir}/info rm -f ${srcdir}/etc/refcards/emacsver.tex + rm -rf native-lisp/ ${top_bootclean} ### 'maintainer-clean'