2017-10-28 23:31 GMT+02:00 Phillip Lord <phillip.lord@russet.org.uk>:
On Sat, October 28, 2017 5:28 pm, Fabrice Popineau wrote:
> I would like to raise a warning about the current status of Emacs-26.
>
>
> I have done
> make distclean make bootstrap ../emacs/configure --prefix= ...
>
>
> and I had the surprise that somehow, my whole mingw64 directory -- where
> emacs is meant to be installed -- has been _erased_ . Easy enough to fix,
> but surprising.


In that order? With configure after make?

make distclean
make bootstrap
configure --prefix=/MingW64 <full set of options>
make -j 8
make check
make install