Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Petr Menšík
BIND
Commits
ccfe54f5
Commit
ccfe54f5
authored
Mar 08, 2019
by
Ondřej Surý
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove config.h check from util/checklibs.sh
parent
1b25d8a0
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
15 deletions
+0
-15
util/checklibs.sh
util/checklibs.sh
+0
-15
No files found.
util/checklibs.sh
View file @
ccfe54f5
...
...
@@ -54,21 +54,6 @@ list=`git grep -l uintptr_t lib bin |
echo
"
$list
"
}
#
# Check for missing #include <config.h>
#
list
=
`
git ls-files
-c
bin lib |
grep
'\.c$'
|
xargs
grep
-L
'#include ["<]config.h[">]'
|
grep
-vE
-e
'(/win32/|bin/pkcs11/|lib/dns/rdata|lib/bind/)'
\
-e
'(ifiter_|lib/dns/gen.c|lib/dns/spnego_asn1.c)'
\
-e
'(lib/isc/entropy.c|lib/isc/fsaccess.c)'
\
-e
'(bin/tests/virtual-time/vtwrapper.c|symtbl.c|version.c)'
`
[
-n
"
$list
"
]
&&
{
status
=
1
echo
'Missing #include "config.h":'
echo
"
$list
"
}
list
=
`
git ls-files
-c
lib bin |
grep
'\.vcxproj\.in$'
|
xargs
grep
-L
'<ProjectGuid>'
|
awk
'{a[$2]++;} END { for (g in a) if (a[g] != 1) print g;}'
`
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment