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:
@@ -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
|
||||
|
@@ -742,6 +742,8 @@ static char *(features[]) =
|
||||
|
||||
static int included_patches[] =
|
||||
{ /* Add new patch number below this line */
|
||||
/**/
|
||||
2417,
|
||||
/**/
|
||||
2416,
|
||||
/**/
|
||||
|
Reference in New Issue
Block a user