aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorKarol Ostrovsky2014-08-23 11:48:30 +0300
committerEli Zaretskii2014-08-23 11:48:30 +0300
commit0d880e737bea413b8dd2068f7c4110950929271a (patch)
tree84aded133325f8b364a1374051eecad62adf161f /ChangeLog
parent30f1ca3b9ac0f0e7a997e98829fd7c423f1334d0 (diff)
downloademacs-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--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b9c2039d57c..34bfef5e4f8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
12014-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
12014-08-21 Ken Brown <kbrown@cornell.edu> 72014-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