This is the mail archive of the glibc-cvs@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

GNU C Library master sources branch, master, updated. glibc-2.15-557-gdcd2ae9


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU C Library master sources".

The branch, master has been updated
       via  dcd2ae90d5d5c9f9360def390f8ff413ee3dba57 (commit)
      from  993eb0541cd32ce72f1f8d768b35857a678894eb (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://sources.redhat.com/git/gitweb.cgi?p=glibc.git;a=commitdiff;h=dcd2ae90d5d5c9f9360def390f8ff413ee3dba57

commit dcd2ae90d5d5c9f9360def390f8ff413ee3dba57
Author: David S. Miller <davem@davemloft.net>
Date:   Thu Apr 5 23:40:28 2012 -0400

    Fix check-local-headers.sh on multiarch systems.
    
    	* scripts/check-local-headers.sh: Accept a host triplet in the
    	path matched by the exclude regexp.

diff --git a/ChangeLog b/ChangeLog
index 6337288..be9cda5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2012-04-05  David S. Miller  <davem@davemloft.net>
 
+	* scripts/check-local-headers.sh: Accept a host triplet in the
+	path matched by the exclude regexp.
+
 	* elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Reduce down to one
 	definition.
 	* sysdeps/powerpc/powerpc32/dl-machine.h
diff --git a/scripts/check-local-headers.sh b/scripts/check-local-headers.sh
index c7bc40b..08ed880 100755
--- a/scripts/check-local-headers.sh
+++ b/scripts/check-local-headers.sh
@@ -28,7 +28,7 @@ exec ${AWK} -v includedir="$includedir" '
 BEGIN {
   status = 0
   exclude = "^" includedir \
-    "/(asm[-/]|linux/|selinux/|gd|nss3/|sys/capability\\.h|libaudit\\.h)"
+    "/(.*-.*-.*/|)(asm[-/]|linux/|selinux/|gd|nss3/|sys/capability\\.h|libaudit\\.h)"
 }
 /^[^ ]/ && $1 ~ /.*:/ { obj = $1 }
 {

-----------------------------------------------------------------------

Summary of changes:
 ChangeLog                      |    3 +++
 scripts/check-local-headers.sh |    2 +-
 2 files changed, 4 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
GNU C Library master sources


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]