all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* bug#41329: [feature/native-comp] The Makefile only checks for .elc files.
@ 2020-05-16 16:15 Nicolas Bértolo
  2020-05-16 16:55 ` Andrea Corallo
  2020-08-31 20:54 ` Andrea Corallo via Bug reports for GNU Emacs, the Swiss army knife of text editors
  0 siblings, 2 replies; 5+ messages in thread
From: Nicolas Bértolo @ 2020-05-16 16:15 UTC (permalink / raw)
  To: 41329

[-- Attachment #1: Type: text/plain, Size: 477 bytes --]

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.

[-- Attachment #2: Type: text/html, Size: 525 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2020-08-31 20:54 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-05-16 16:15 bug#41329: [feature/native-comp] The Makefile only checks for .elc files Nicolas Bértolo
2020-05-16 16:55 ` Andrea Corallo
2020-05-16 17:45   ` Nicolas Bértolo
2020-05-16 18:19     ` Andrea Corallo
2020-08-31 20:54 ` Andrea Corallo via Bug reports for GNU Emacs, the Swiss army knife of text editors

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.