Hi Bram, 2018/10/18 Thu 5:12:37 UTC+9 Bram Moolenaar wrote: > Patch 8.1.0482 > Problem: MinGW "make clean" deletes all .exe files. > Solution: Only delete .exe files that it builds. (Ken takata)
Capitalize please? (takata -> Takata) > Files: src/Make_cyg_ming.mak > > > *** ../vim-8.1.0481/src/Make_cyg_ming.mak 2018-10-16 21:13:10.411812362 > +0200 > --- src/Make_cyg_ming.mak 2018-10-17 22:09:45.125246398 +0200 > *************** > *** 972,978 **** > $(MAKE) -C GvimExt -f Make_ming.mak CROSS=$(CROSS) > CROSS_COMPILE=$(CROSS_COMPILE) CXX='$(CXX)' STATIC_STDCPLUS=$(STATIC_STDCPLUS) > > tags: notags > ! $(CTAGS) *.c *.cpp *.h if_perl.xs > > notags: > -$(DEL) tags > --- 972,982 ---- > $(MAKE) -C GvimExt -f Make_ming.mak CROSS=$(CROSS) > CROSS_COMPILE=$(CROSS_COMPILE) CXX='$(CXX)' STATIC_STDCPLUS=$(STATIC_STDCPLUS) > > tags: notags > ! $(CTAGS) *.c *.cpp *.h > ! ifdef PERL > ! $(CTAGS) --append=yes auto$(DIRSLASH)if_perl.c > ! endif > ! You also included Michael's patch (only part of MinGW). Is it intentional? Regards, Ken Takata -- -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php --- You received this message because you are subscribed to the Google Groups "vim_dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
