]> git.eshelyaron.com Git - emacs.git/commit
Suppress irritating/misleading message in make bootstrap about old .elc files
authorAlan Mackenzie <acm@muc.de>
Sun, 2 Oct 2022 20:31:12 +0000 (20:31 +0000)
committerAlan Mackenzie <acm@muc.de>
Sun, 2 Oct 2022 20:31:12 +0000 (20:31 +0000)
commit3cc1706c63fde2e5a6313537817db2d32e829b6a
tree84a7cfc3a702bfc9a6dff026ed5c5a88e6856b41
parentffce59b3ade02c696f06f73f81e2df2e5f72ae07
Suppress irritating/misleading message in make bootstrap about old .elc files

These are the "compile-first" .elc files, artificially given an old timestamp
to cause them later to be native compiled.  This fixes bug #58224.

* lisp/Makefile.in (compile-first .el.elc): Give these .elc's the UTC epoch.
Amend the comment.

* src/lread.c (Fload): New variable, epoch_timestamp, initialized to binary
zero.  Compare with this the timestamp of .elc's being loaded, and if they
match, don't output the message about the source file being newer than the
file being loaded.
lisp/Makefile.in
src/lread.c