From 66abf9bfbe24ac1e7207d26ccad725ed938dc52c Mon Sep 17 00:00:00 2001 From: Samuel Thibault Date: Sun, 21 Aug 2016 03:24:32 +0200 Subject: mach: Add more allowed external headers * scripts/check-local-headers.sh (exclude): Add mach_debug/. --- ChangeLog | 4 ++++ scripts/check-local-headers.sh | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 75840baef9..4e172c467a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2016-08-21 Samuel Thibault + + * scripts/check-local-headers.sh (exclude): Add mach_debug/. + 2016-08-19 Paul E. Murphy * math/Makefile (libm-gen-calls): Add diff --git a/scripts/check-local-headers.sh b/scripts/check-local-headers.sh index 4cae4db572..0a967bb5ce 100755 --- a/scripts/check-local-headers.sh +++ b/scripts/check-local-headers.sh @@ -33,7 +33,7 @@ exec ${AWK} -v includedir="$includedir" ' BEGIN { status = 0 exclude = "^" includedir \ - "/(.*-.*-.*/|.*-.*/|)(asm[-/]|arch|linux/|selinux/|mach/|device/|hurd/(((hurd|ioctl)_types|paths)\\.h|ioctls\\.defs|ihash\\.h)|cthreads\\.h|gd|nss3/|c\\+\\+/|sys/(capability|sdt(|-config))\\.h|libaudit\\.h)" + "/(.*-.*-.*/|.*-.*/|)(asm[-/]|arch|linux/|selinux/|mach/|mach_debug/|device/|hurd/(((hurd|ioctl)_types|paths)\\.h|ioctls\\.defs|ihash\\.h)|cthreads\\.h|gd|nss3/|c\\+\\+/|sys/(capability|sdt(|-config))\\.h|libaudit\\.h)" } /^[^ ]/ && $1 ~ /.*:/ { obj = $1 } { -- cgit v1.2.3