about summary refs log tree commit diff
path: root/Makefile.in
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 /Makefile.in
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 'Makefile.in')
-rw-r--r--Makefile.in5
1 files changed, 5 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in
index 3cb24bf097..8b921c6905 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -5,5 +5,10 @@ srcdir = @srcdir@
 # Uncomment the line below if you want to do parallel build.
 # PARALLELMFLAGS = -j 4
 
+# This option is for those who modify the sources and keep them in a
+# CVS repository.  Sometimes it is necessary to pass options to the cvs
+# program (not the command), like -z9 or -x.
+# CVSOPTS = -z9
+
 all .DEFAULT:
 	$(MAKE) PARALLELMFLAGS="$(PARALLELMFLAGS)" -C $(srcdir) objdir=`pwd` $@