1
0
forked from aniani/vim

patch 9.1.0628: MinGW: coverage files are not cleaned up

Problem:  MinGW: coverage files are not cleaned up
Solution: Adjust clean rule to remove the coverage files
          (Ken Takata)

closes: #15361

Signed-off-by: Ken Takata <kentkt@csc.jp>
Signed-off-by: Christian Brabandt <cb@256bit.org>
This commit is contained in:
Ken Takata
2024-07-27 13:14:35 +02:00
committed by Christian Brabandt
parent e4486bad10
commit f08865ce83
2 changed files with 5 additions and 0 deletions

View File

@@ -1188,10 +1188,13 @@ notags:
clean: clean:
-$(DEL) $(OUTDIR)$(DIRSLASH)*.o -$(DEL) $(OUTDIR)$(DIRSLASH)*.o
-$(DEL) $(OUTDIR)$(DIRSLASH)*.gcno
-$(DEL) $(OUTDIR)$(DIRSLASH)*.gcda
-$(DEL) $(OUTDIR)$(DIRSLASH)*.res -$(DEL) $(OUTDIR)$(DIRSLASH)*.res
-$(DEL) $(OUTDIR)$(DIRSLASH)pathdef.c -$(DEL) $(OUTDIR)$(DIRSLASH)pathdef.c
-rmdir $(OUTDIR) -rmdir $(OUTDIR)
-$(DEL) $(MAIN_TARGET) vimrun.exe install.exe uninstall.exe -$(DEL) $(MAIN_TARGET) vimrun.exe install.exe uninstall.exe
-$(DEL) *.gcno *.gcda
-$(DEL) *.map -$(DEL) *.map
ifdef PERL ifdef PERL
-$(DEL) if_perl.c -$(DEL) if_perl.c

View File

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