From eb1ca47e5591dced9e74f120fbcb738b49e309cd Mon Sep 17 00:00:00 2001 From: Samuel Thibault Date: Sat, 3 Mar 2018 20:06:04 +0100 Subject: hurd: do not check Mach and Hurd headers as they are not standard. * scripts/check-installed-headers.sh: Ignore Hurd and Mach headers. --- scripts/check-installed-headers.sh | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'scripts') diff --git a/scripts/check-installed-headers.sh b/scripts/check-installed-headers.sh index 7ffd2b8e74..f7f55917f7 100644 --- a/scripts/check-installed-headers.sh +++ b/scripts/check-installed-headers.sh @@ -126,6 +126,13 @@ EOF fi ;; esac + ;; + + # Hurd and Mach headers are not standard anyway + (hurd.h | hurd/*.h | faultexc_server.h | \ + mach.h | mach_init.h | mach_error.h | mach-shortcuts.h | mach/* | \ + device/* | lock-intern.h | spin-lock.h | machine-sp.h) + continue;; esac echo :: "$header" -- cgit v1.2.3