comparison src/Make_cyg_ming.mak @ 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 5ecefcbd12a1
children 9a723f1e2d4e
comparison
equal deleted inserted replaced
18861:f27b04a94ef1 18862:4a3c9d39fc31
1069 -$(DEL) $(OUTDIR)$(DIRSLASH)*.o 1069 -$(DEL) $(OUTDIR)$(DIRSLASH)*.o
1070 -$(DEL) $(OUTDIR)$(DIRSLASH)*.res 1070 -$(DEL) $(OUTDIR)$(DIRSLASH)*.res
1071 -$(DEL) $(OUTDIR)$(DIRSLASH)pathdef.c 1071 -$(DEL) $(OUTDIR)$(DIRSLASH)pathdef.c
1072 -rmdir $(OUTDIR) 1072 -rmdir $(OUTDIR)
1073 -$(DEL) $(MAIN_TARGET) vimrun.exe install.exe uninstall.exe 1073 -$(DEL) $(MAIN_TARGET) vimrun.exe install.exe uninstall.exe
1074 -$(DEL) *.map
1074 ifdef PERL 1075 ifdef PERL
1075 -$(DEL) if_perl.c 1076 -$(DEL) if_perl.c
1076 -$(DEL) auto$(DIRSLASH)if_perl.c 1077 -$(DEL) auto$(DIRSLASH)if_perl.c
1077 endif 1078 endif
1078 ifdef MZSCHEME 1079 ifdef MZSCHEME