summaryrefslogtreecommitdiff
path: root/libc/po/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'libc/po/Makefile')
-rw-r--r--libc/po/Makefile6
1 files changed, 0 insertions, 6 deletions
diff --git a/libc/po/Makefile b/libc/po/Makefile
index 4d2f40652..55314e0b4 100644
--- a/libc/po/Makefile
+++ b/libc/po/Makefile
@@ -74,9 +74,6 @@ libc.pot: header.pot libc.pot.files
-f $(objdir)/tmp-libc.pot-files po/$@.new
rm $(objdir)/tmp-libc.pot-files
mv -f $@.new $@
-ifeq ($(with-cvs),yes)
- test ! -d CVS || cvs $(CVSOPTS) ci -m'Regenerated from source files' $@
-endif
po-sed-cmd = \
'/\/tst-/d;$(foreach S,[ch] cxx sh ksh bash,$(subst .,\.,/.$S\(.in\)*$$/p;))'
@@ -116,9 +113,6 @@ ifneq (,$(pofiles))
chmod 444 $@
linguas: $(pofiles:$(podir)/%=%)
-ifeq ($(with-cvs),yes)
- test ! -d CVS || cvs $(CVSOPTS) commit -m'Copied from $(podir)' $^
-endif
linguas.mo: $(pofiles:$(podir)/%.po=%.mo)
endif