mirror of
https://abf.rosa.ru/djam/glibc.git
synced 2025-02-23 15:02:47 +00:00
16 lines
703 B
Diff
16 lines
703 B
Diff
![]() |
2006-05-16 Gwenole Beauchesne <gbeauchesne@mandriva.com>
|
||
|
|
||
|
* scripts/check-local-headers.sh: Filter out multiarch headers.
|
||
|
|
||
|
diff -p -up glibc-2.10.1/scripts/check-local-headers.sh.orig glibc-2.10.1/scripts/check-local-headers.sh
|
||
|
--- glibc-2.10.1/scripts/check-local-headers.sh.orig 2009-04-02 13:59:53.000000000 -0300
|
||
|
+++ glibc-2.10.1/scripts/check-local-headers.sh 2009-05-26 23:45:32.000000000 -0300
|
||
|
@@ -30,6 +30,7 @@ if fgrep "$includedir" */*.{o,os,oS}.d |
|
||
|
fgrep -v "$includedir/asm" |
|
||
|
fgrep -v "$includedir/linux" |
|
||
|
fgrep -v "$includedir/selinux" |
|
||
|
+fgrep -v "$includedir/multiarch-" |
|
||
|
fgrep -v "$includedir/sys/capability.h" |
|
||
|
fgrep -v "$includedir/gd" |
|
||
|
fgrep -v "$includedir/nss3"; then
|