diff options
author | Ulrich Drepper <drepper@redhat.com> | 1998-01-30 14:44:06 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1998-01-30 14:44:06 +0000 |
commit | 379bb42503133fd777012ab0a3101f1bb09c5528 (patch) | |
tree | ab76c3213e53bc6d3f3f4ea363a00925ccd6e364 /Makerules | |
parent | 9aae565a5699c6486a0ffd9a1528cf7719319d1b (diff) | |
download | glibc-379bb42503133fd777012ab0a3101f1bb09c5528.tar glibc-379bb42503133fd777012ab0a3101f1bb09c5528.tar.gz glibc-379bb42503133fd777012ab0a3101f1bb09c5528.tar.bz2 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 'Makerules')
-rw-r--r-- | Makerules | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 @@ -956,6 +956,6 @@ $(gpl2lgpl): %: $(..)gpl2lgpl.sed /home/gd/gnu/lib/% # So I don't edit them by mistake. chmod a-w $@-tmp mv -f $@-tmp $@ - test ! -d CVS || cvs commit -m'Updated from $^' $@ + test ! -d CVS || cvs $(CVSOPTS) commit -m'Updated from $^' $@ endif endif |