summaryrefslogtreecommitdiff
path: root/po/Makefile
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@gmail.com>2011-09-08 23:19:04 -0400
committerUlrich Drepper <drepper@gmail.com>2011-09-08 23:19:04 -0400
commit92963737c4376bcfd65235d5c325fa7f48302f89 (patch)
treee59510f489e7cfe80c25d604880941341ebdf89e /po/Makefile
parentb0727fd83f0f27c73f4c664feb6891acc328d160 (diff)
Remove support for automatic cvs check-ins
CVS use for glibc is long gone.
Diffstat (limited to 'po/Makefile')
-rw-r--r--po/Makefile6
1 files changed, 0 insertions, 6 deletions
diff --git a/po/Makefile b/po/Makefile
index 4d2f406525..55314e0b4f 100644
--- a/po/Makefile
+++ b/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