diff options
author | Ulrich Drepper <drepper@gmail.com> | 2011-09-08 23:19:04 -0400 |
---|---|---|
committer | Ulrich Drepper <drepper@gmail.com> | 2011-09-08 23:19:04 -0400 |
commit | 92963737c4376bcfd65235d5c325fa7f48302f89 (patch) | |
tree | e59510f489e7cfe80c25d604880941341ebdf89e /intl/Makefile | |
parent | b0727fd83f0f27c73f4c664feb6891acc328d160 (diff) | |
download | glibc-92963737c4376bcfd65235d5c325fa7f48302f89.tar.gz glibc-92963737c4376bcfd65235d5c325fa7f48302f89.tar.xz glibc-92963737c4376bcfd65235d5c325fa7f48302f89.zip |
Remove support for automatic cvs check-ins
CVS use for glibc is long gone.
Diffstat (limited to 'intl/Makefile')
-rw-r--r-- | intl/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
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 |