Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2113)

Unified Diff: scripts/check-local-headers.sh

Issue 3299002: [glibc] Allow building on case insensitive filesystems (Closed) Base URL: ssh://gitrw.chromium.org/nacl-glibc
Patch Set: Created 10 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « nptl/Makefile ('k') | sysdeps/sparc/sparc32/sparcv9/Makefile » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: scripts/check-local-headers.sh
diff --git a/scripts/check-local-headers.sh b/scripts/check-local-headers.sh
index a945ffb997752158e13b3053f946ed7e7aab88d7..cec57630fcf553a42078916c65ecfe83f6016cb7 100755
--- a/scripts/check-local-headers.sh
+++ b/scripts/check-local-headers.sh
@@ -26,7 +26,7 @@ cd "$objpfx"
# Search all dependency files for file names in the include directory.
# There are a few system headers we are known to use.
-if fgrep "$includedir" */*.{o,os,oS}.d |
+if fgrep "$includedir" */*.{o,os,ons}.d |
fgrep -v "$includedir/asm" |
fgrep -v "$includedir/linux" |
fgrep -v "$includedir/selinux" |
« no previous file with comments | « nptl/Makefile ('k') | sysdeps/sparc/sparc32/sparcv9/Makefile » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698