2017-11-16 18:42 GMT+01:00 Noam Postavsky <npostavs@users.sourceforge.net>:
On Thu, Nov 16, 2017 at 12:35 PM, Fabrice Popineau
<fabrice.popineau@gmail.com> wrote:

> Phillip said :
>
> ./configure ; make
>
> Since when does it bootstrap emacs and recompile elc files ?

When compiling from a fresh git checkout.

Ok. Did not do it for quite a time.
 

> And on my machine, ./configure is about 10 times slower than compiling emacs
> itself (the make -j8 part).

PS use the --cache-file option to configure to speed this up.

Thanks. That's really the painful part on Windows.