From 4eb36693e4452db4679a33c750c0738b73d1ebc5 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Sat, 31 Jan 1998 02:56:01 +0000 Subject: Update. 1998-01-31 11:44 Ulrich Drepper * intl/Makefile: Use CVSOPTS in cvs invocation. * po/Makefile: Likewise. * posix/Makefile: Likewise. * stdlib/Makefile: Likewise. --- posix/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'posix/Makefile') diff --git a/posix/Makefile b/posix/Makefile index 2d69711df8..a055222915 100644 --- a/posix/Makefile +++ b/posix/Makefile @@ -77,7 +77,7 @@ lib: $(objpfx)libposix.a testcases.h: TESTS TESTS2C.sed sed -f TESTS2C.sed < $< > $@T mv -f $@T $@ - test ! -d CVS || cvs commit -mRegenerated $@ + test ! -d CVS || cvs $(CVSOPTS) commit -mRegenerated $@ # Make the standalone glob/fnmatch package. @@ -95,13 +95,13 @@ glob/%.h: %.h glob/configure: glob/configure.in cd glob; autoconf $(ACFLAGS) - test ! -d CVS || cvs commit -m'Regenerated: autoconf $(ACFLAGS) $<' $@ + test ! -d CVS || cvs $(CVSOPTS) commit -m'Regenerated: autoconf $(ACFLAGS) $<' $@ glob/ChangeLog: ../ChangeLog changelog-extract --regexp 'posix/(glob|fnmatch).*' < $< > $@.new chmod a-w $@.new mv -f $@.new $@ - test ! -d CVS || cvs commit -mRegenerated $@ + test ! -d CVS || cvs $(CVSOPTS) commit -mRegenerated $@ %.Z: % compress -c $< > $@-tmp -- cgit v1.2.3