diff options
author | Ulrich Drepper <drepper@redhat.com> | 1998-01-31 02:56:01 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1998-01-31 02:56:01 +0000 |
commit | 4eb36693e4452db4679a33c750c0738b73d1ebc5 (patch) | |
tree | 232e6770c08ec4bae1f0261871092ed13822b8d4 /stdlib | |
parent | 07b51ba59a50eadbda72fad0b2e55a4f0e26a291 (diff) | |
download | glibc-4eb36693e4452db4679a33c750c0738b73d1ebc5.tar glibc-4eb36693e4452db4679a33c750c0738b73d1ebc5.tar.gz glibc-4eb36693e4452db4679a33c750c0738b73d1ebc5.tar.bz2 glibc-4eb36693e4452db4679a33c750c0738b73d1ebc5.zip |
Update.
1998-01-31 11:44 Ulrich Drepper <drepper@cygnus.com>
* intl/Makefile: Use CVSOPTS in cvs invocation.
* po/Makefile: Likewise.
* posix/Makefile: Likewise.
* stdlib/Makefile: Likewise.
Diffstat (limited to 'stdlib')
-rw-r--r-- | stdlib/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stdlib/Makefile b/stdlib/Makefile index 99236c5c78..3de9ff9891 100644 --- a/stdlib/Makefile +++ b/stdlib/Makefile @@ -112,7 +112,7 @@ $(mpn-copy): %: $(ignore gmp2glibc.sed) $(gmp-srcdir)/%; $(gmp2glibc) .PHONY: copy-mpn clean-mpn mpn-stuff mpn-stuff: $(mpn-stuff) copy-mpn: $(mpn-stuff) - test ! -d CVS || cvs commit -m'Updated from $(gmp-srcdir)' $+ + test ! -d CVS || cvs $(CVSOPTS) commit -m'Updated from $(gmp-srcdir)' $+ clean-mpn: rm -f $(mpn-stuff) |