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

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

bug#41329: [feature/native-comp] The Makefile only checks for .elc files


From: Nicolas Bértolo
Subject: bug#41329: [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.

reply via email to

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