]> git.ipfire.org Git - thirdparty/ntp.git/commitdiff
ChangeLog, README, README.cvs:
authorHarlan Stenn <stenn@ntp.org>
Tue, 20 Jul 1999 08:52:22 +0000 (08:52 -0000)
committerHarlan Stenn <stenn@ntp.org>
Tue, 20 Jul 1999 08:52:22 +0000 (08:52 -0000)
  * README: Add README.cvs
  * README.cvs: added.

bk: 379438c6S6NNVmB0DrZhRLJ3iTjPww

ChangeLog
README
README.cvs [new file with mode: 0644]

index d8a7e03314a66d521d9146f4464b24ae8fdd7585..f249809cd62a122da8f4e05a9d531348305f299f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 1999-07-20  Harlan Stenn  <stenn@whimsy.udel.edu>
 
+       * README: Add README.cvs
+
        * configure.in (ac_cv_var_struct_ntptime_val_timespec): Typo.
        From: John Hay <jhay@mikom.csir.co.za>
 
diff --git a/README b/README
index d973b26c476e9d8c2ea8ab53c7345e02957e59c9..94a00284ab0a4221470721c347bd24fd9e2da3d6 100644 (file)
--- 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 (file)
index 0000000..43b5804
--- /dev/null
@@ -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.