]> git.ipfire.org Git - thirdparty/ntp.git/commitdiff
ChangeLog, README.cvs:
authorHarlan Stenn <stenn@ntp.org>
Mon, 3 Jul 2000 21:42:32 +0000 (21:42 -0000)
committerHarlan Stenn <stenn@ntp.org>
Mon, 3 Jul 2000 21:42:32 +0000 (21:42 -0000)
  * README.cvs: Cleanup.

bk: 396108c8SzxSs8P-LjskUhcpYWBTWw

ChangeLog
README.cvs

index e838cc5d6cde86247e6f3b89e4cf1c73656780fb..0ac683e13e14b3a2052f45ad721101275253a189 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 2000-07-03  Harlan Stenn  <stenn@whimsy.udel.edu>
 
+       * README.cvs: Cleanup.
+
        * ntpd/refclock_datum.c (datum_pts_poll): index -> unit_index
        * ntpd/ntp_resolver.c (findhostaddr): const cleanup
        * libntp/recvbuff.c: 
index b9f352a7179bec8b65bda0bfa5b4a770e88ff739..86c81842f9348cb9f33a063089f530919661e33e 100644 (file)
@@ -10,8 +10,8 @@ after which the "ntp_update" script in the top-level of the tree should
 keep things in synch and properly timestamped.
 
 There are some mailing lists for the NTP CVS distribution.  For more
-information, send a message to <majordomo@ntp.org> with the "lists" in
-the body of the message.
+information, send a message to <majordomo@ntp.org> with the word "lists"
+in the body of the message.
 
 If you get NTP via CVS, you will need to build the release using GNU make
 and gcc.
@@ -22,3 +22,6 @@ 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.
+
+I'm told that an upcoming version of automake will not require GNU make or
+gcc for the dependency tracking.