translation: comment out deletion of *.pot file in Makefiles Commit: https://github.com/vim/vim/commit/3c8d32e4fc17b4b38b17d7c039ee6203d1b01078 Author: RestorerZ <resto...@mail2k.ru> Date: Sun Jul 20 09:47:19 2025 +0200
translation: comment out deletion of *.pot file in Makefiles This is needed since commit 59bd74e included vim.pot in the repository. closes: #17800 Signed-off-by: RestorerZ <resto...@mail2k.ru> Signed-off-by: Christian Brabandt <c...@256bit.org> diff --git a/src/po/Make_cyg.mak b/src/po/Make_cyg.mak index c04837eed..d4d8eb8ee 100644 --- a/src/po/Make_cyg.mak +++ b/src/po/Make_cyg.mak @@ -96,4 +96,5 @@ install-all: install clean: $(RM) *.mo - $(RM) *.pot +# $(RM) *.pot + $(RM) *.orig diff --git a/src/po/Make_ming.mak b/src/po/Make_ming.mak index 21d2d2037..fb6282721 100644 --- a/src/po/Make_ming.mak +++ b/src/po/Make_ming.mak @@ -119,4 +119,5 @@ endif clean: $(RM) *.mo - $(RM) *.pot +# $(RM) *.pot + $(RM) *.orig diff --git a/src/po/Make_mvc.mak b/src/po/Make_mvc.mak index de0339743..61fdcb74e 100644 --- a/src/po/Make_mvc.mak +++ b/src/po/Make_mvc.mak @@ -526,11 +526,11 @@ $(PLUGPACKAGE).mo : $(PO_PLUGPACKAGE) clean: checkclean - $(RM) *.mo - $(RM) *.pot - $(RM) *.orig - $(RM) files allfiles - $(RM) sjiscorr.obj sjiscorr.exe -# $(RM) big5corr.obj big5corr.exe + - $(RM) *.mo + - $(RM) *.orig + - $(RM) files allfiles + - $(RM) sjiscorr.obj sjiscorr.exe +# - $(RM) *.pot +# - $(RM) big5corr.obj big5corr.exe # vim: set noet sw=8 ts=8 sts=0 wm=0 tw=0 ft=make: diff --git a/src/po/Makefile b/src/po/Makefile index 75bd1dc31..9e8fe9db9 100644 --- a/src/po/Makefile +++ b/src/po/Makefile @@ -239,10 +239,10 @@ prefixcheck: fi clean: checkclean - rm -f core core.* *.old.po *.mo sjiscorr - rm -f LINGUAS vim.desktop gvim.desktop tmp_*desktop - rm -f ./allfiles -# rm -f big5corr + - rm -f core core.* *.old.po *.mo sjiscorr + - rm -f LINGUAS vim.desktop gvim.desktop tmp_*desktop + - rm -f ./allfiles +# - rm -f big5corr distclean: clean -- -- 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 vim_dev+unsubscr...@googlegroups.com. To view this discussion visit https://groups.google.com/d/msgid/vim_dev/E1udOxo-00GmJJ-P4%40256bit.org.