public inbox for libc-alpha@sourceware.org
 help / color / mirror / Atom feed
* [hurd,commited] hurd: do not check Mach and Hurd headers
@ 2018-03-03 19:18 Samuel Thibault
  2018-03-03 22:08 ` Joseph Myers
  0 siblings, 1 reply; 17+ messages in thread
From: Samuel Thibault @ 2018-03-03 19:18 UTC (permalink / raw)
  To: libc-alpha; +Cc: Samuel Thibault

as they are not standard.

	* scripts/check-installed-headers.sh: Ignore Hurd and Mach headers.
---
 ChangeLog                          | 4 ++++
 scripts/check-installed-headers.sh | 7 +++++++
 2 files changed, 11 insertions(+)

diff --git a/ChangeLog b/ChangeLog
index 775e4c6ab3..dd65beebc6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2018-03-03  Samuel Thibault  <samuel.thibault@ens-lyon.org>
+
+	* scripts/check-installed-headers.sh: Ignore Hurd and Mach headers.
+
 2018-03-03  Andreas Schwab  <schwab@linux-m68k.org>
 
 	[BZ #22918]
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"
-- 
2.16.1

^ permalink raw reply	[flat|nested] 17+ messages in thread

end of thread, other threads:[~2018-03-05  0:30 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-03-03 19:18 [hurd,commited] hurd: do not check Mach and Hurd headers Samuel Thibault
2018-03-03 22:08 ` Joseph Myers
2018-03-03 22:32   ` Samuel Thibault
2018-03-03 22:53     ` Joseph Myers
2018-03-03 23:57       ` Samuel Thibault
2018-03-04  1:33         ` Joseph Myers
2018-03-04  1:35           ` Samuel Thibault
2018-03-04  1:41             ` Joseph Myers
2018-03-04  1:43               ` Samuel Thibault
2018-03-04  1:46                 ` Joseph Myers
2018-03-04  1:46               ` Samuel Thibault
2018-03-04  0:32       ` Samuel Thibault
2018-03-04  1:28         ` Joseph Myers
2018-03-04  2:55       ` Samuel Thibault
2018-03-04 16:08         ` Zack Weinberg
2018-03-04 18:10           ` Samuel Thibault
2018-03-05  0:30             ` Zack Weinberg

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).