1
0
mirror of https://github.com/moparisthebest/wget synced 2024-07-03 16:38:41 -04:00

Fix make syntax-check

This commit is contained in:
Giuseppe Scrivano 2014-06-27 17:30:18 +02:00
parent 601401da71
commit 582e5d8ef7
2 changed files with 7 additions and 0 deletions

View File

@ -1,3 +1,8 @@
2014-06-27 Giuseppe Scrivano <gscrivan@redhat.com>
* cfg.mk (VC_LIST_ALWAYS_EXCLUDE_REGEX): Ignore msdos/* and vms/* from
syntax-check.
2014-06-22 Giuseppe Scrivano <gscrivan@redhat.com>
* configure.ac: Add check for uuid_create.

2
cfg.mk
View File

@ -27,3 +27,5 @@ local-checks-to-skip = \
#SHELL=bash -x
show-vc-list-except:
@$(VC_LIST_EXCEPT)
VC_LIST_ALWAYS_EXCLUDE_REGEX = ^ABOUT-NLS|((msdos|vms)/.*)$$