From: Andreas Schwab Date: Tue, 1 Nov 2011 09:49:13 +0000 (+0100) Subject: Ignore libaudit.h when checking for system header use X-Git-Tag: upstream/2.20~4893^2~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=d91a8b93aaa8a3d2d9b5fd64e111c5a4eb24d2b9;p=platform%2Fupstream%2Flinaro-glibc.git Ignore libaudit.h when checking for system header use --- diff --git a/ChangeLog b/ChangeLog index 872d4a5..c8bf9b7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2011-11-01 Andreas Schwab + * scripts/check-local-headers.sh: Ignore libaudit.h. + * nscd/Makefile (extra-objs): Make recursively expanded. 2011-11-01 Ulrich Drepper diff --git a/scripts/check-local-headers.sh b/scripts/check-local-headers.sh index b73078d..62831dd 100755 --- a/scripts/check-local-headers.sh +++ b/scripts/check-local-headers.sh @@ -29,7 +29,7 @@ exec ${AWK} -v includedir="$includedir" ' BEGIN { status = 0 exclude = "^" includedir \ - "/(asm[-/]|linux/|selinux/|gd|nss3/|sys/capability\\.h)" + "/(asm[-/]|linux/|selinux/|gd|nss3/|sys/capability\\.h|libaudit\\.h)" } /^[^ ]/ && $1 ~ /.*:/ { obj = $1 } {