mirror of
https://frontier.innolan.net/rainlance/amiga-tz.git
synced 2025-11-20 17:42:40 +00:00
Leap seconds administrivia
* leap-seconds.list: New version 3629404800 from NIST, fixing a commentary typo and removing trailing white space. * Makefile (check_white_space): Remove special case for leap-second.list.
This commit is contained in:
3
Makefile
3
Makefile
@ -485,8 +485,7 @@ check_character_set: $(ENCHILADA)
|
|||||||
|
|
||||||
check_white_space: $(ENCHILADA)
|
check_white_space: $(ENCHILADA)
|
||||||
! grep -En ' '$(TAB_CHAR)"|$$(printf '[\f\r\v]')" $(ENCHILADA)
|
! grep -En ' '$(TAB_CHAR)"|$$(printf '[\f\r\v]')" $(ENCHILADA)
|
||||||
! grep -n '[[:space:]]$$' \
|
! grep -n '[[:space:]]$$' $(ENCHILADA)
|
||||||
$$(ls $(ENCHILADA) | grep -Fvx leap-seconds.list)
|
|
||||||
|
|
||||||
CHECK_CC_LIST = { n = split($$1,a,/,/); for (i=2; i<=n; i++) print a[1], a[i]; }
|
CHECK_CC_LIST = { n = split($$1,a,/,/); for (i=2; i<=n; i++) print a[1], a[i]; }
|
||||||
|
|
||||||
|
|||||||
@ -134,7 +134,7 @@
|
|||||||
# above. Although the long-term behavior of the time scale is correct
|
# above. Although the long-term behavior of the time scale is correct
|
||||||
# in this case, this method introduces an error during the adjustment
|
# in this case, this method introduces an error during the adjustment
|
||||||
# period both in time and in frequency with respect to the official
|
# period both in time and in frequency with respect to the official
|
||||||
# defintion of UTC.
|
# definition of UTC.
|
||||||
#
|
#
|
||||||
# Questions or comments to:
|
# Questions or comments to:
|
||||||
# Judah Levine
|
# Judah Levine
|
||||||
|
|||||||
Reference in New Issue
Block a user