Merge branch 'each-check-cfg' into 'master'

checklibs needs to grep for the cfg_* prefix in lib/isccfg

See merge request isc-projects/bind9!1201
This commit is contained in:
Evan Hunt 2018-12-06 21:07:12 -05:00
commit cbde34e7a3
2 changed files with 2 additions and 0 deletions

View file

@ -102,6 +102,7 @@ cfg_parser_reset
cfg_parser_setcallback
cfg_parser_warning
cfg_peektoken
cfg_pluginlist_foreach
cfg_print
cfg_print_boolean
cfg_print_bracketed_list

View file

@ -94,6 +94,7 @@ do
test -z "$dirs" && continue;
pat=$lib
test $lib = dns && pat='\(dns\|dst\)'
test $lib = isccfg && pat='cfg'
pat="^${pat}_[a-z0-9_]*("
list=`git ls-files -c $dirs | grep '\.h$' |
xargs grep "$pat" |