emacs-devel
[Top][All Lists]
Advanced

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

Re: Speeding up the bootstrap build - a quick hack.


From: Stefan Monnier
Subject: Re: Speeding up the bootstrap build - a quick hack.
Date: Tue, 18 Jan 2022 15:28:17 -0500
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 (gnu/linux)

> What I had in mind is to run the last "$(MAKE) -C ../lisp compile-first"
> line so that it binds no-native-compile to non-nil, and then is to run
> it again without binding that variable, after touch'ing the corresponding
> *.el files to force the recompile.

That could work as well, but `touch`ing the `.el` files is an ugly hack
that's also annoying when you're editing those files (Emacs then asks
you whether you really want to overwrite them, etc...).

I guess we could `touch` the .elc instead (to mark them as older), tho.

I don't personally care which hack we use, and don't find one to be
noticeably cleaner than the other.


        Stefan




reply via email to

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