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. --- intl/Makefile | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'intl') diff --git a/intl/Makefile b/intl/Makefile index 1511edd490..ee53836998 100644 --- a/intl/Makefile +++ b/intl/Makefile @@ -1,4 +1,4 @@ -# Copyright (C) 1995-2003, 2005, 2008 Free Software Foundation, Inc. +# Copyright (C) 1995-2003, 2005, 2008, 2011 Free Software Foundation, Inc. # This file is part of the GNU C Library. # The GNU C Library is free software; you can redistribute it and/or @@ -53,9 +53,6 @@ generated-dirs := domaindir localedir ifneq (no,$(BISON)) plural.c: plural.y $(BISON) $(BISONFLAGS) $@ $^ -ifeq ($(with-cvs),yes) - test ! -d CVS || cvs $(CVSOPTS) commit -m'$(BISON) $(BISONFLAGS) $@ $^' $@ -endif endif $(objpfx)plural.o: plural.c -- cgit v1.2.3