emacs-bug-tracker
[Top][All Lists]
Advanced

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

bug#41329: closed ([feature/native-comp] The Makefile only checks for .e


From: GNU bug Tracking System
Subject: bug#41329: closed ([feature/native-comp] The Makefile only checks for .elc files.)
Date: Mon, 31 Aug 2020 20:55:02 +0000

Your message dated Mon, 31 Aug 2020 20:54:04 +0000
with message-id <xjfd036wn83.fsf@sdf.org>
and subject line Re: bug#41329: [feature/native-comp] The Makefile only checks 
for .elc files.
has caused the debbugs.gnu.org bug report #41329,
regarding [feature/native-comp] The Makefile only checks for .elc files.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
41329: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=41329
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [feature/native-comp] The Makefile only checks for .elc files. Date: Sat, 16 May 2020 13:15:40 -0300
There is a problem with the build system for .eln files. The Makefile only has a
target creating *.elc files. This means that if you use Emacs to change an .el
file and you set it up to byte-compile .el files on save you will never
recompile the .eln files.

This can also be reproduced if you press C-c on a terminal that is
native-compiling. The .eln file will not be produced, but the .elc will be in
the filesystem and `make` will not try to native-compile the file again.

--- End Message ---
--- Begin Message --- Subject: Re: bug#41329: [feature/native-comp] The Makefile only checks for .elc files. Date: Mon, 31 Aug 2020 20:54:04 +0000
Nicolas Bértolo <nicolasbertolo@gmail.com> writes:

> There is a problem with the build system for .eln files. The Makefile only 
> has a
> target creating *.elc files. This means that if you use Emacs to change an .el
> file and you set it up to byte-compile .el files on save you will never
> recompile the .eln files.

I'm closing this as with the new cache mechanism the stale .eln can't be
loaded and will be automatically recompiled before being finally late
loaded.

  Andrea


--- End Message ---

reply via email to

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