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 /sysdeps/mach | |
parent | b0727fd83f0f27c73f4c664feb6891acc328d160 (diff) | |
download | glibc-92963737c4376bcfd65235d5c325fa7f48302f89.tar.gz |
Remove support for automatic cvs check-ins
CVS use for glibc is long gone.
Diffstat (limited to 'sysdeps/mach')
-rw-r--r-- | sysdeps/mach/hurd/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/sysdeps/mach/hurd/Makefile b/sysdeps/mach/hurd/Makefile index 95d7ba3800..93058ffaa2 100644 --- a/sysdeps/mach/hurd/Makefile +++ b/sysdeps/mach/hurd/Makefile @@ -1,4 +1,4 @@ -# Copyright (C) 1993,94,95,96,97,98,99,2000,2001,2002,2003,2004,2009 +# Copyright (C) 1993,94,95,96,97,98,99,2000,2001,2002,2003,2004,2009,2011 # Free Software Foundation, Inc. # This file is part of the GNU C Library. @@ -94,10 +94,6 @@ $(common-objpfx)stamp-errnos: $(hurd)/errnos.awk $(errno.texinfo) \ # Make it unwritable so noone will edit it by mistake. -chmod a-w $(hurd)/bits/errno.h-tmp $(move-if-change) $(hurd)/bits/errno.h-tmp $(hurd)/bits/errno.h -ifeq ($(with-cvs),yes) - test ! -d $(hurd)/CVS || \ - (cd $(hurd) && cvs commit -m'Regenerated from $^' bits/errno.h) -endif touch $@ common-generated += errnos.d stamp-errnos |