about summary refs log tree commit diff
path: root/MakeTAGS
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 /MakeTAGS
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 'MakeTAGS')
-rw-r--r--MakeTAGS4
1 files changed, 2 insertions, 2 deletions
diff --git a/MakeTAGS b/MakeTAGS
index 2fe78c123b..8bc587a02c 100644
--- a/MakeTAGS
+++ b/MakeTAGS
@@ -1,6 +1,6 @@
 # Make the TAGS files.
 
-# Copyright (C) 1992, 1994, 1995, 1996 Free Software Foundation, Inc.
+# Copyright (C) 1992, 1994, 1995, 1996, 1998 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
@@ -176,7 +176,7 @@ $P/libc.pot: $(all-pot)
 	    po/header.pot > $@.new
 	$(XGETTEXT) -d - --omit-header -n -s $^ >> $@.new
 	mv -f $@.new $@
-	test ! -d CVS || cvs ci -m'Regenerated from source files' $@
+	test ! -d CVS || cvs $(CVSOPTS) ci -m'Regenerated from source files' $@
 
 $(subdirs:%=$P/%.pot): $P/%.pot: FORCE
 	$(MAKE) -C $* no_deps=t ../$@