]> git.eshelyaron.com Git - emacs.git/commitdiff
Make bootstrap remove the native-lisp/ directory
authorLars Ingebrigtsen <larsi@gnus.org>
Mon, 23 May 2022 06:09:05 +0000 (08:09 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Mon, 23 May 2022 06:09:17 +0000 (08:09 +0200)
* Makefile.in (bootstrap-clean): Remove the native-lisp/ directory.

Makefile.in

index 877802ec11c5dc434b098c8f2b01f5b765f00899..c3c218a19762f426b0b369014eb8e1d9c5836ce6 100644 (file)
@@ -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'