• Karol Ostrovsky's avatar
    Fix bug #18302 with minor issues in the MSYS2/MinGW64 build. · 0d880e73
    Karol Ostrovsky authored
     configure.ac: Accept "*-mingw*", not just "*-mingw32", as
     canonical name of a MinGW build, because using MSYS2 'uname'
     produces "MINGW64".
    
     src/Makefile.in (emacs$(EXEEXT)): Retry deletion of bootstrap-emacs
     if the initial "rm -f" fails.  This is for MinGW builds, where
     MS-Windows will not allow deleting the executable file of a
     running program.
    0d880e73
Makefile.in 21.5 KB