From: Jim Meyering Date: Tue, 20 Feb 2007 21:44:15 +0000 (+0100) Subject: * bootstrap (CVS_only_file): Use README-hacking. X-Git-Tag: COREUTILS-6_8~23 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=c46549dc3847cf152b0660eca7dae34515b522c1;p=thirdparty%2Fcoreutils.git * bootstrap (CVS_only_file): Use README-hacking. --- diff --git a/ChangeLog b/ChangeLog index ce785e5526..995e71b77d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2007-02-20 Jim Meyering + * bootstrap (CVS_only_file): Use README-hacking. + Now that we use GIT, not cvs, rename README-cvs. * README-hacking: Renamed from... Update to reflect that we now use git. diff --git a/bootstrap b/bootstrap index a7d1fa3dc7..7e9ababf9a 100755 --- a/bootstrap +++ b/bootstrap @@ -117,7 +117,7 @@ excluded_files= # File that should exist in the top directory of a checked out hierarchy, # but not in a distribution tarball. -CVS_only_file=README-cvs +CVS_only_file=README-hacking # Whether to use copies instead of symlinks. copy=false