diff options
author | Jim Meyering <jim@meyering.net> | 2006-10-14 09:51:58 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2006-10-14 09:51:58 +0000 |
commit | 34b35b1a3e656f9927de480d1599a319804fc298 (patch) | |
tree | 8f2a47003ae758ad4758412c294d6d8de32c925a /build-aux/vc-list-files | |
parent | e2c177710ac5d3a8297f511f759e343c4959cb23 (diff) | |
download | coreutils-34b35b1a3e656f9927de480d1599a319804fc298.tar.xz |
[ChangeLog]
* Makefile.cfg: Remove cruft that's now handled via bootstrap.
* Makefile.maint: Likewise, remove these targets/rules/variables:
(local_updates, update, cvs-update, wget_files, get-targets): Remove.
(cvs_files, wget-update, automake_repo): Likewise.
Move the comment about cvsu to build-aux/vc-list-files,
where cvsu is actually used.
[build-aux/ChangeLog]
* vc-list-files: Add a comment about cvsu.
Diffstat (limited to 'build-aux/vc-list-files')
-rwxr-xr-x | build-aux/vc-list-files | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/build-aux/vc-list-files b/build-aux/vc-list-files index b873fbce5..992048751 100755 --- a/build-aux/vc-list-files +++ b/build-aux/vc-list-files @@ -26,6 +26,7 @@ # with no trailing slashes. In mercurial mode, it's used as part of a # "grep" pattern (prepend "^", append "/"), and in cvs mode, it's simply # used as an argument to the cvsu script. +# cvsu is part of the cvsutils package: http://www.red-bean.com/cvsutils/ include_prefix= case $# in |