diff options
author | Eric S. Raymond <esr@thyrsus.com> | 2011-01-18 09:22:18 -0500 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 2011-01-18 09:22:18 -0500 |
commit | c421568303779f185237356e466a8cfb84b27826 (patch) | |
tree | e322d51d353b8ccfc74426275351c0096f27f6ef /www | |
parent | c6c7d944e9bfa1e6619ac2f442fd69dde46992e0 (diff) | |
download | gpsd-c421568303779f185237356e466a8cfb84b27826.tar.gz |
Keep leapcheck.i in the repo so we can rebuild without net.
Diffstat (limited to 'www')
-rw-r--r-- | www/hacking.html | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/www/hacking.html b/www/hacking.html index 46890d88..ca159784 100644 --- a/www/hacking.html +++ b/www/hacking.html @@ -1408,8 +1408,11 @@ will have a day or so to get their urgent fixes in.</dd> done. Make sure the 'dev' suffix is gone.</dd> <dt>5. Check timebase.h.</dt> -<dd>The values for leap-second offset and the start-subframe time -may need to be adjusted.</dd> +<dd>The values for leap-second offset and default century may need to be adjusted.</dd> + +<dt>6. Rebuilt leapcheck.i.</dt> +<dd>Rebuild the leap-second list used for rollover checks +with 'make leapcheck.i'</dd> <dt>5. Update the NEWS file</dt> <dd>Make sure the topmost entry in the changelog portion of |