emacs-diffs
[Top][All Lists]
Advanced

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

feature/native-comp eb8d155 3/3: * Do not compile `comp-cstr.el` in vani


From: Andrea Corallo
Subject: feature/native-comp eb8d155 3/3: * Do not compile `comp-cstr.el` in vanilla builds
Date: Fri, 4 Dec 2020 17:27:31 -0500 (EST)

branch: feature/native-comp
commit eb8d15547bfc0821232af12c1ce193e40cdf16c0
Author: Andrea Corallo <akrl@sdf.org>
Commit: Andrea Corallo <akrl@sdf.org>

    * Do not compile `comp-cstr.el` in vanilla builds
    
        * lisp/Makefile.in (compile-targets): Filter out 'comp-cstr.elc'
        in vanilla builds.
---
 lisp/Makefile.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/Makefile.in b/lisp/Makefile.in
index 5fec921..c6a1799 100644
--- a/lisp/Makefile.in
+++ b/lisp/Makefile.in
@@ -342,7 +342,7 @@ compile-first: $(COMPILE_FIRST)
 # Do not build comp.el unless necessary not to exceed max-specpdl-size and
 # max-lisp-eval-depth in normal builds.
 ifneq ($(HAVE_NATIVE_COMP),yes)
-compile-targets: $(filter-out ./emacs-lisp/comp.elc,$(TARGETS))
+compile-targets: $(filter-out ./emacs-lisp/comp-cstr.elc,$(filter-out 
./emacs-lisp/comp.elc,$(TARGETS)))
 else
 compile-targets: $(TARGETS)
 endif



reply via email to

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