Skip to content

Commit 3c8d32e

Browse files
RestorerZchrisbra
authored andcommitted
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 <[email protected]> Signed-off-by: Christian Brabandt <[email protected]>
1 parent 16f7098 commit 3c8d32e

4 files changed

Lines changed: 14 additions & 12 deletions

File tree

src/po/Make_cyg.mak

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,4 +96,5 @@ install-all: install
9696

9797
clean:
9898
$(RM) *.mo
99-
$(RM) *.pot
99+
# $(RM) *.pot
100+
$(RM) *.orig

src/po/Make_ming.mak

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,4 +119,5 @@ endif
119119

120120
clean:
121121
$(RM) *.mo
122-
$(RM) *.pot
122+
# $(RM) *.pot
123+
$(RM) *.orig

src/po/Make_mvc.mak

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -526,11 +526,11 @@ $(PLUGPACKAGE).mo : $(PO_PLUGPACKAGE)
526526

527527

528528
clean: checkclean
529-
$(RM) *.mo
530-
$(RM) *.pot
531-
$(RM) *.orig
532-
$(RM) files allfiles
533-
$(RM) sjiscorr.obj sjiscorr.exe
534-
# $(RM) big5corr.obj big5corr.exe
529+
- $(RM) *.mo
530+
- $(RM) *.orig
531+
- $(RM) files allfiles
532+
- $(RM) sjiscorr.obj sjiscorr.exe
533+
# - $(RM) *.pot
534+
# - $(RM) big5corr.obj big5corr.exe
535535

536536
# vim: set noet sw=8 ts=8 sts=0 wm=0 tw=0 ft=make:

src/po/Makefile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -239,10 +239,10 @@ prefixcheck:
239239
fi
240240

241241
clean: checkclean
242-
rm -f core core.* *.old.po *.mo sjiscorr
243-
rm -f LINGUAS vim.desktop gvim.desktop tmp_*desktop
244-
rm -f ./allfiles
245-
# rm -f big5corr
242+
- rm -f core core.* *.old.po *.mo sjiscorr
243+
- rm -f LINGUAS vim.desktop gvim.desktop tmp_*desktop
244+
- rm -f ./allfiles
245+
# - rm -f big5corr
246246

247247
distclean: clean
248248

0 commit comments

Comments
 (0)