diff 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
line wrap: on
line diff
--- a/src/Make_cyg_ming.mak
+++ b/src/Make_cyg_ming.mak
@@ -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