summaryrefslogtreecommitdiff
path: root/src/Make_cyg_ming.mak
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2019-12-10 22:48:15 +0100
committerBram Moolenaar <Bram@vim.org>2019-12-10 22:48:15 +0100
commit1e46705a83ef2bbabd4a53ec40108558b73ed54f (patch)
treecddea706e9edb9c6dd16766ff74404503109f88c /src/Make_cyg_ming.mak
parente24c5b3332b453175e5f73423884087a4aef1247 (diff)
downloadvim-git-1e46705a83ef2bbabd4a53ec40108558b73ed54f.tar.gz
patch 8.1.2417: MinGW/Cygwin build does not clean up all filesv8.1.2417
Problem: MinGW/Cygwin build does not clean up all files. Solution: Delete *.map files. (Michael Soyka)
Diffstat (limited to 'src/Make_cyg_ming.mak')
-rw-r--r--src/Make_cyg_ming.mak1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Make_cyg_ming.mak b/src/Make_cyg_ming.mak
index 8654ca3a5..46c68ab02 100644
--- 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