emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master a6312d4217: Make bootstrap remove the native-lisp/ directory


From: Lars Ingebrigtsen
Subject: master a6312d4217: Make bootstrap remove the native-lisp/ directory
Date: Mon, 23 May 2022 02:09:25 -0400 (EDT)

branch: master
commit a6312d4217cef0d0079a9ad198495dfb2106cc6f
Author: Lars Ingebrigtsen <larsi@gnus.org>
Commit: Lars Ingebrigtsen <larsi@gnus.org>

    Make bootstrap remove the native-lisp/ directory
    
    * Makefile.in (bootstrap-clean): Remove the native-lisp/ directory.
---
 Makefile.in | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Makefile.in b/Makefile.in
index 877802ec11..c3c218a197 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'



reply via email to

[Prev in Thread] Current Thread [Next in Thread]