mirror of
https://github.com/isc-projects/bind9.git
synced 2026-04-21 14:17:27 -04:00
checklibs needs to grep for the cfg_* prefix in lib/isccfg
This commit is contained in:
parent
90b773134c
commit
ab7356a7de
2 changed files with 2 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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" |
|
||||
|
|
|
|||
Loading…
Reference in a new issue