changeset 18862:4a3c9d39fc31 v8.1.2417

patch 8.1.2417: MinGW/Cygwin build does not clean up all files Commit: https://github.com/vim/vim/commit/1e46705a83ef2bbabd4a53ec40108558b73ed54f Author: Bram Moolenaar <Bram@vim.org> Date: Tue Dec 10 22:48:15 2019 +0100 patch 8.1.2417: MinGW/Cygwin build does not clean up all files Problem: MinGW/Cygwin build does not clean up all files. Solution: Delete *.map files. (Michael Soyka)
author Bram Moolenaar <Bram@vim.org>
date Tue, 10 Dec 2019 23:00:04 +0100
parents f27b04a94ef1
children 964f1ada2f22
files src/Make_cyg_ming.mak src/version.c
diffstat 2 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/Make_cyg_ming.mak
+++ b/src/Make_cyg_ming.mak
@@ -1071,6 +1071,7 @@ clean:
 	-$(DEL) $(OUTDIR)$(DIRSLASH)pathdef.c
 	-rmdir $(OUTDIR)
 	-$(DEL) $(MAIN_TARGET) vimrun.exe install.exe uninstall.exe
+	-$(DEL) *.map
 ifdef PERL
 	-$(DEL) if_perl.c
 	-$(DEL) auto$(DIRSLASH)if_perl.c
--- a/src/version.c
+++ b/src/version.c
@@ -743,6 +743,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    2417,
+/**/
     2416,
 /**/
     2415,