diff options
author | Paul Smith <psmith@gnu.org> | 2013-01-12 19:31:13 -0500 |
---|---|---|
committer | Paul Smith <psmith@gnu.org> | 2013-01-12 19:31:13 -0500 |
commit | 002702c89c77479cb1d950f28a32691d0bdcc309 (patch) | |
tree | 7ac39c81b91c6f3bfd0bd1f317b16d12b860cc11 /README.template | |
parent | a3bd466e254e4bbe7e3eb7826d5733ad193fa209 (diff) | |
download | gunmake-002702c89c77479cb1d950f28a32691d0bdcc309.tar.gz |
Modify instructions, etc. for Git support.
Diffstat (limited to 'README.template')
-rw-r--r-- | README.template | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/README.template b/README.template index 1ea8046..f3fa28d 100644 --- a/README.template +++ b/README.template @@ -82,19 +82,19 @@ If you need help using GNU make, try these forums: news:gnu.utils.bug -CVS Access +Git Access ---------- -The GNU make source repository is available via anonymous CVS from the -GNU Subversions CVS server; look here for details: +The GNU make source repository is available via Git from the +GNU Savannah Git server; look here for details: - http://savannah.gnu.org/cvs/?group=make + http://savannah.gnu.org/git/?group=make -Please note: you won't be able to build GNU make from CVS without +Please note: you won't be able to build GNU make from Git without installing appropriate maintainer's tools, such as GNU m4, automake, -autoconf, Perl, GNU make, and GCC. See the README.cvs file for hints on +autoconf, Perl, GNU make, and GCC. See the README.git file for hints on how to build GNU make once these tools are available. We make no -guarantees about the contents or quality of the latest code in the CVS +guarantees about the contents or quality of the latest code in the Git repository: it is not unheard of for code that is known to be broken to be checked in. Use at your own risk. |