From 92963737c4376bcfd65235d5c325fa7f48302f89 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Thu, 8 Sep 2011 23:19:04 -0400 Subject: Remove support for automatic cvs check-ins CVS use for glibc is long gone. --- locale/Makefile | 3 --- 1 file changed, 3 deletions(-) (limited to 'locale') diff --git a/locale/Makefile b/locale/Makefile index ccaebf190f..cd221774ad 100644 --- a/locale/Makefile +++ b/locale/Makefile @@ -86,9 +86,6 @@ $(objpfx)localedef $(objpfx)locale: $(lib-modules:%=$(objpfx)%.o) C-translit.h: C-translit.h.in gen-translit.pl $(PERL) gen-translit.pl < $< > $@.tmp mv -f $@.tmp $@ -ifeq ($(with-cvs),yes) - test ! -d CVS || cvs $(CVSOPTS) commit -mRegenerated $@ -endif localepath = "$(localedir):$(i18ndir)" -- cgit 1.4.1