]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
* Makefile.maint (cvs-update): Use $(CVS), not "cvs".
authorJim Meyering <jim@meyering.net>
Sat, 14 Oct 2006 09:39:34 +0000 (09:39 +0000)
committerJim Meyering <jim@meyering.net>
Sat, 14 Oct 2006 09:39:34 +0000 (09:39 +0000)
ChangeLog
Makefile.maint

index f63388ab43d8691bc984db05cace497d8144ce86..82c94fab52ffb904edddad41a352af3c74945339 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 2006-10-14  Jim Meyering  <jim@meyering.net>
 
+       * Makefile.maint (cvs-update): Use $(CVS), not "cvs".
+
        Work also when the working directory (with e.g. coreutils sources)
        is version controlled with git, rather than CVS.
        * bootstrap (CVS_only_file): Test for the existence of README-cvs,
index 693b33711754b02cf59b84c2d8fb26033990f1d0..692919208cb5c62075a699cd1608a2185e22f5eb 100644 (file)
@@ -580,7 +580,7 @@ cvs-update:
        fail=;                                                          \
        for f in $(cvs_files); do                                       \
          test -f $$f || { echo "*** skipping $$f" 1>&2; continue; };   \
-         cvs diff $$f > /dev/null                                      \
+         $(CVS) diff $$f > /dev/null                                   \
            || { echo "*** $$f is locally modified; skipping it" 1>&2;  \
                 fail=yes; continue; };                                 \
          file=$$(basename $$f);                                        \