[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Speeding up the bootstrap build - a quick hack.
From: |
Eli Zaretskii |
Subject: |
Re: Speeding up the bootstrap build - a quick hack. |
Date: |
Mon, 24 Jan 2022 21:54:49 +0200 |
> From: Andrea Corallo <akrl@sdf.org>
> Date: Mon, 24 Jan 2022 19:43:18 +0000
> Cc: emacs-devel@gnu.org
>
> Hi Alan & all,
>
> while building last master I'm getting several messages like:
>
> Source file ‘.../emacs2/lisp/emacs-lisp/comp.el’ newer than byte-compiled
> file; using older file
> Source file ‘.../emacs2/lisp/emacs-lisp/comp-cstr.el’ newer than
> byte-compiled file; using older file
>
>
> I guess is because of the bootstrap procedure discussed in this thread,
> is this expected?
Yes, expected. We trigger this deliberately, so that .elc files are
used instead of the .el files (to speed up compilation).
- Re: Speeding up the bootstrap build - a quick hack., (continued)
- Re: Speeding up the bootstrap build - a quick hack., Alan Mackenzie, 2022/01/20
- Re: Speeding up the bootstrap build - a quick hack., Robert Pluim, 2022/01/20
- Re: Speeding up the bootstrap build - a quick hack., Robert Pluim, 2022/01/20
- Re: Speeding up the bootstrap build - a quick hack., Alan Mackenzie, 2022/01/20
- Re: Speeding up the bootstrap build - a quick hack., Stefan Monnier, 2022/01/20
- Re: Speeding up the bootstrap build - a quick hack., Robert Pluim, 2022/01/21
- Re: Speeding up the bootstrap build - a quick hack., Stephen Leake, 2022/01/21
- Re: Speeding up the bootstrap build - a quick hack., David Engster, 2022/01/21
- Re: Speeding up the bootstrap build - a quick hack., Robert Pluim, 2022/01/21
Re: Speeding up the bootstrap build - a quick hack., Andrea Corallo, 2022/01/24
- Re: Speeding up the bootstrap build - a quick hack.,
Eli Zaretskii <=