To: vim_dev@googlegroups.com Subject: Patch 8.1.2417 Fcc: outbox From: Bram Moolenaar Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ------------ Patch 8.1.2417 Problem: MinGW/Cygwin build does not clean up all files. Solution: Delete *.map files. (Michael Soyka) Files: src/Make_cyg_ming.mak *** ../vim-8.1.2416/src/Make_cyg_ming.mak 2019-12-09 21:48:07.533289827 +0100 --- src/Make_cyg_ming.mak 2019-12-10 22:43:50.101056379 +0100 *************** *** 1071,1076 **** --- 1071,1077 ---- -$(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 *** ../vim-8.1.2416/src/version.c 2019-12-10 22:10:37.416935690 +0100 --- src/version.c 2019-12-10 22:44:38.428867536 +0100 *************** *** 744,745 **** --- 744,747 ---- { /* Add new patch number below this line */ + /**/ + 2417, /**/ -- hundred-and-one symptoms of being an internet addict: 243. You unsuccessfully try to download a pizza from www.dominos.com. /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net \\\ /// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\ \\\ an exciting new programming language -- http://www.Zimbu.org /// \\\ help me help AIDS victims -- http://ICCF-Holland.org ///