all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Why does Emacs's source tar archive contain *.elc files?
@ 2024-07-17 12:45 Maksim Kislyakov
  2024-07-17 13:16 ` Eli Zaretskii
  0 siblings, 1 reply; 3+ messages in thread
From: Maksim Kislyakov @ 2024-07-17 12:45 UTC (permalink / raw)
  To: emacs-devel

Good day,

  I was playing around compiling Emacs from sources. At some point, I 
have found out that '*.tar' files with Emacs sources contain '*.elc' files.

As far as I understand, 'elc' is byte-compiled version of 'el' file.

- Why does the tar archive contain compiled sources? That seems strange. 
Source code archive (which you use to compile program) contains compiled 
code.

- Also, what will happen if I apply some patch before compiling Emacs? 
'el' file's modification time will be newer that corresponding 'elc' 
file's modification time.




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

end of thread, other threads:[~2024-07-17 13:56 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-07-17 12:45 Why does Emacs's source tar archive contain *.elc files? Maksim Kislyakov
2024-07-17 13:16 ` Eli Zaretskii
2024-07-17 13:56   ` Maksim Kislyakov

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.