about summary refs log tree commit diff
path: root/sysdeps/sparc/sparc32
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 /sysdeps/sparc/sparc32
parentb0727fd83f0f27c73f4c664feb6891acc328d160 (diff)
downloadglibc-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 'sysdeps/sparc/sparc32')
-rw-r--r--sysdeps/sparc/sparc32/Makefile5
1 files changed, 1 insertions, 4 deletions
diff --git a/sysdeps/sparc/sparc32/Makefile b/sysdeps/sparc/sparc32/Makefile
index 6529ad897b..c5245f2a9b 100644
--- a/sysdeps/sparc/sparc32/Makefile
+++ b/sysdeps/sparc/sparc32/Makefile
@@ -1,4 +1,4 @@
-# Copyright (C) 1991,92,93,94,95,96,97,98,2000 Free Software Foundation, Inc.
+# Copyright (C) 1991-1998, 2000, 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
@@ -50,8 +50,5 @@ $(divrem:%=$(sysdep_dir)/sparc/sparc32/%.S): $(sysdep_dir)/sparc/sparc32/divrem.
 # Make it unwritable so noone will edit it by mistake.
 	-chmod a-w $@-tmp
 	mv -f $@-tmp $@
-ifeq ($(with-cvs),yes)
-	test ! -d CVS || cvs commit -m'Regenerated from $<' $@
-endif
 
 sysdep-realclean := $(sysdep-realclean) $(divrem:%=sysdeps/sparc/sparc32/%.S)