2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-31 14:35:26 +00:00

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

This commit is contained in:
Evan Hunt
2018-12-06 17:21:38 -08:00
parent 90b773134c
commit ab7356a7de
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" |