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 /posix/Makefile | |
parent | b0727fd83f0f27c73f4c664feb6891acc328d160 (diff) | |
download | glibc-92963737c4376bcfd65235d5c325fa7f48302f89.zip glibc-92963737c4376bcfd65235d5c325fa7f48302f89.tar.gz glibc-92963737c4376bcfd65235d5c325fa7f48302f89.tar.bz2 |
Remove support for automatic cvs check-ins
CVS use for glibc is long gone.
Diffstat (limited to 'posix/Makefile')
-rw-r--r-- | posix/Makefile | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/posix/Makefile b/posix/Makefile index b200342..40e8d5f 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. |