emacs-devel
[Top][All Lists]
Advanced

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

Re: The emacs-28 release branch has been created


From: Eli Zaretskii
Subject: Re: The emacs-28 release branch has been created
Date: Mon, 04 Oct 2021 14:37:06 +0300

> Cc: emacs-devel@gnu.org
> From: Ken Brown <kbrown@cornell.edu>
> Date: Sun, 3 Oct 2021 15:45:43 -0400
> 
> > Could it be that the *.elc files were not in the tarball because the
> > build failed at some point?
> 
> No, they weren't in the tarball because when I built emacs prior to running 
> make-dist, I didn't specify --with-native-compilation.  Currently 
> lisp/Makefile.in has
> 
> ifneq ($(HAVE_NATIVE_COMP),yes)
> compile-targets: $(filter-out ./emacs-lisp/comp-cstr.elc,$(filter-out 
> ./emacs-lisp/comp.elc,$(TARGETS)))
> 
> That seems wrong to me.

Why do you think it's wrong?  The comment before it explains the
reason:

  # TARGETS is set dynamically in the recursive call from 'compile-main'.
  # Do not build comp.el unless necessary not to exceed max-specpdl-size and
  # max-lisp-eval-depth in normal builds.



reply via email to

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