]> granicus.if.org Git - vim/commitdiff
patch 8.1.2417: MinGW/Cygwin build does not clean up all files v8.1.2417
authorBram Moolenaar <Bram@vim.org>
Tue, 10 Dec 2019 21:48:15 +0000 (22:48 +0100)
committerBram Moolenaar <Bram@vim.org>
Tue, 10 Dec 2019 21:48:15 +0000 (22:48 +0100)
Problem:    MinGW/Cygwin build does not clean up all files.
Solution:   Delete *.map files. (Michael Soyka)

src/Make_cyg_ming.mak
src/version.c

index 8654ca3a51810c1efef82606a207d9d78126e736..46c68ab0214d1f44ad16a62a02c32cfcd5889800 100644 (file)
@@ -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
index 18312866ef953a84c72c6352acb3fdbf3cc01ee7..0956f8721ba37db9523f1c7db7c7548b9ab35ac1 100644 (file)
@@ -742,6 +742,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    2417,
 /**/
     2416,
 /**/