Ken Takata wrote:
> 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)
Sorry, somehow autocomplete picked that up and I didn't notice.
Two other patches also have it.
> > 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?
Sometimes I think it's not worth sending out a small change immediately,
and it gets picked up with the next change to the same file.
--
The term "free software" is defined by Richard M. Stallman as
being software that isn't necessarily for free. Confusing?
Let's call it "Stallman software" then!
-- Bram Moolenaar
/// Bram Moolenaar -- [email protected] -- 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 ///
--
--
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.