1
0
forked from aniani/vim

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)
This commit is contained in:
Bram Moolenaar
2019-12-10 22:48:15 +01:00
parent e24c5b3332
commit 1e46705a83
2 changed files with 3 additions and 0 deletions

View 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

View File

@@ -742,6 +742,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
2417,
/**/
2416,
/**/