mirror of
https://github.com/mirror/wget.git
synced 2025-03-25 01:00:13 +08:00
Fix some make syntax-check issues
cfg.mk: Skip .der files. testenv/certs/server-template.cfg: Remove empty final line. testenv/certs/ca-template.cfg: Likewise.
This commit is contained in:
parent
0787d7253e
commit
6698260f15
2
cfg.mk
2
cfg.mk
@ -26,4 +26,4 @@ local-checks-to-skip = \
|
||||
show-vc-list-except:
|
||||
@$(VC_LIST_EXCEPT)
|
||||
|
||||
VC_LIST_ALWAYS_EXCLUDE_REGEX = ^ABOUT-NLS|((msdos|vms)/.*)|ChangeLog-2014-12-10$$
|
||||
VC_LIST_ALWAYS_EXCLUDE_REGEX = ^ABOUT-NLS|((msdos|vms)/.*)|ChangeLog-2014-12-10|/.*.der$$
|
||||
|
@ -244,4 +244,3 @@ honor_crq_extensions
|
||||
# The date that the certificates will be made seen as
|
||||
# being revoked.
|
||||
#crl_revocation_date = "2025-02-29 16:24:41"
|
||||
|
||||
|
@ -244,4 +244,3 @@ honor_crq_extensions
|
||||
# The date that the certificates will be made seen as
|
||||
# being revoked.
|
||||
#crl_revocation_date = "2025-02-29 16:24:41"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user