about summary refs log tree commit diff
path: root/posix
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 /posix
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 'posix')
-rw-r--r--posix/Makefile6
1 files changed, 0 insertions, 6 deletions
diff --git a/posix/Makefile b/posix/Makefile
index b200342117..40e8d5fb73 100644
--- a/posix/Makefile
+++ b/posix/Makefile
@@ -219,16 +219,10 @@ tst-execvp3-ARGS = --test-dir=$(objpfx)
 testcases.h: TESTS TESTS2C.sed
 	sed -f TESTS2C.sed < $< > $@T
 	mv -f $@T $@
-ifeq ($(with-cvs),yes)
-	test ! -d CVS || cvs $(CVSOPTS) commit -mRegenerated $@
-endif
 
 ptestcases.h: PTESTS PTESTS2C.sed
 	sed -f PTESTS2C.sed < $< > $@T
 	mv -f $@T $@
-ifeq ($(with-cvs),yes)
-	test ! -d CVS || cvs $(CVSOPTS) commit -mRegenerated $@
-endif
 
 # Run a test on the header files we use.
 # XXX Please note that for now we ignore the result of this test.