From: Harlan Stenn Date: Tue, 20 Jul 1999 08:52:22 +0000 (-0000) Subject: ChangeLog, README, README.cvs: X-Git-Tag: NTP_4_0_94~6 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3ed35a3911eb7b0e4706663e1964b95cc9d314b8;p=thirdparty%2Fntp.git ChangeLog, README, README.cvs: * README: Add README.cvs * README.cvs: added. bk: 379438c6S6NNVmB0DrZhRLJ3iTjPww --- diff --git a/ChangeLog b/ChangeLog index d8a7e0331..f249809cd 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 1999-07-20 Harlan Stenn + * README: Add README.cvs + * configure.in (ac_cv_var_struct_ntptime_val_timespec): Typo. From: John Hay diff --git a/README b/README index d973b26c4..94a00284a 100644 --- a/README +++ b/README @@ -27,6 +27,9 @@ NEWS What's new in this release. README This file. +README.cvs Instructions for folks who use the CVS-repository + version of NTP. + README.des If you *need* DES support. README.hackers Notes to folks who want to hack on the code. diff --git a/README.cvs b/README.cvs new file mode 100644 index 000000000..43b580494 --- /dev/null +++ b/README.cvs @@ -0,0 +1,9 @@ +If you get NTP via CVS, you will need to build the release using GNU make +and gcc. + +You can then "make dist" to build a release tarball that does not require +GNU make or gcc. + +The reason GNU make and gcc are required is because the repository version +of NTP does not have the make dependencies built-in. These dependencies +are created dynamically, and this dynamic process requires GNU make and gcc.