mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-28 00:21:52 +03:00
Ignore libaudit.h when checking for system header use
This commit is contained in:
@ -1,5 +1,7 @@
|
|||||||
2011-11-01 Andreas Schwab <schwab@linux-m68k.org>
|
2011-11-01 Andreas Schwab <schwab@linux-m68k.org>
|
||||||
|
|
||||||
|
* scripts/check-local-headers.sh: Ignore libaudit.h.
|
||||||
|
|
||||||
* nscd/Makefile (extra-objs): Make recursively expanded.
|
* nscd/Makefile (extra-objs): Make recursively expanded.
|
||||||
|
|
||||||
2011-11-01 Ulrich Drepper <drepper@gmail.com>
|
2011-11-01 Ulrich Drepper <drepper@gmail.com>
|
||||||
|
@ -29,7 +29,7 @@ exec ${AWK} -v includedir="$includedir" '
|
|||||||
BEGIN {
|
BEGIN {
|
||||||
status = 0
|
status = 0
|
||||||
exclude = "^" includedir \
|
exclude = "^" includedir \
|
||||||
"/(asm[-/]|linux/|selinux/|gd|nss3/|sys/capability\\.h)"
|
"/(asm[-/]|linux/|selinux/|gd|nss3/|sys/capability\\.h|libaudit\\.h)"
|
||||||
}
|
}
|
||||||
/^[^ ]/ && $1 ~ /.*:/ { obj = $1 }
|
/^[^ ]/ && $1 ~ /.*:/ { obj = $1 }
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user