about summary refs log tree commit diff
path: root/Make-dist
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>1998-01-30 14:44:06 +0000
committerUlrich Drepper <drepper@redhat.com>1998-01-30 14:44:06 +0000
commit379bb42503133fd777012ab0a3101f1bb09c5528 (patch)
treeab76c3213e53bc6d3f3f4ea363a00925ccd6e364 /Make-dist
parent9aae565a5699c6486a0ffd9a1528cf7719319d1b (diff)
downloadglibc-379bb42503133fd777012ab0a3101f1bb09c5528.tar.gz
glibc-379bb42503133fd777012ab0a3101f1bb09c5528.tar.xz
glibc-379bb42503133fd777012ab0a3101f1bb09c5528.zip
Update.
1998-01-30 23:37  Ulrich Drepper  <drepper@cygnus.com>

	* Makefile.in: Add comment about CVSOPTS Makefile variable.
	* Makerules: Use CVSOPTS in cvs invocation.
	* Makefile: Likewise.
	* MakeTAGS: Likewise.
	* Make-dist: Likewise.
Diffstat (limited to 'Make-dist')
-rw-r--r--Make-dist6
1 files changed, 3 insertions, 3 deletions
diff --git a/Make-dist b/Make-dist
index f77eb35507..c4e10180bf 100644
--- a/Make-dist
+++ b/Make-dist
@@ -1,4 +1,4 @@
-# Copyright (C) 1991, 92, 93, 94, 95, 96, 97 Free Software Foundation, Inc.
+# Copyright (C) 1991, 92, 93, 94, 95, 96, 97, 98 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
@@ -188,7 +188,7 @@ foo:=$(shell echo '+sysdep-dist=$(+sysdep-dist)' >&2)
 define autoconf-it
 autoconf $(ACFLAGS) $< > $@.new
 mv -f $@.new $@
-test ! -d CVS || cvs commit -m'Regenerated: autoconf $(ACFLAGS) $<' $@
+test ! -d CVS || cvs $(CVSOPTS) commit -m'Regenerated: autoconf $(ACFLAGS) $<' $@
 endef
 
 configure: configure.in aclocal.m4; $(autoconf-it)
@@ -225,7 +225,7 @@ README: README.template version.h
 	sed -e 's/RELEASE/$(release)/' -e 's/VERSION/$(version)/' < $< > $@
 # Make it unwritable so I won't change it by mistake.
 	chmod 444 $@
-	test ! -d CVS || cvs commit -m'Remade for $(release)-$(version)' $@
+	test ! -d CVS || cvs $(CVSOPTS) commit -m'Remade for $(release)-$(version)' $@
 
 
 endif	# Subdirectory vs. parent makefile