diff options
| author | Karol Ostrovsky | 2014-08-23 11:48:30 +0300 |
|---|---|---|
| committer | Eli Zaretskii | 2014-08-23 11:48:30 +0300 |
| commit | 0d880e737bea413b8dd2068f7c4110950929271a (patch) | |
| tree | 84aded133325f8b364a1374051eecad62adf161f /ChangeLog | |
| parent | 30f1ca3b9ac0f0e7a997e98829fd7c423f1334d0 (diff) | |
| download | emacs-0d880e737bea413b8dd2068f7c4110950929271a.tar.gz emacs-0d880e737bea413b8dd2068f7c4110950929271a.zip | |
Fix bug #18302 with minor issues in the MSYS2/MinGW64 build.
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.
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
| @@ -1,3 +1,9 @@ | |||
| 1 | 2014-08-23 Karol Ostrovsky <karol.ostrovsky@gmail.com> (tiny change) | ||
| 2 | |||
| 3 | * configure.ac: Accept "*-mingw*", not just "*-mingw32", as | ||
| 4 | canonical name of a MinGW build, because using MSYS2 'uname' | ||
| 5 | produces "MINGW64". | ||
| 6 | |||
| 1 | 2014-08-21 Ken Brown <kbrown@cornell.edu> | 7 | 2014-08-21 Ken Brown <kbrown@cornell.edu> |
| 2 | 8 | ||
| 3 | * configure.ac (HAVE_XPM): Explain the use of CPPFLAGS in the | 9 | * configure.ac (HAVE_XPM): Explain the use of CPPFLAGS in the |