public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [patch] [fixincludes] Ignore .DS_Store junk files when running make check
@ 2015-07-05  4:24 Eric Gallager
  2015-07-05  7:44 ` Andreas Schwab
  0 siblings, 1 reply; 11+ messages in thread
From: Eric Gallager @ 2015-07-05  4:24 UTC (permalink / raw)
  To: gcc-patches

[-- Attachment #1: Type: text/plain, Size: 207 bytes --]

I've attached trivial, 1-line patch to fixincludes_check.tpl; it
allows 'make check' to succeed on OS X, by ignoring the files that
Finder creates to keep track of the status of directories.

-Eric Gallager

[-- Attachment #2: fixincludes_check.tpl.diff --]
[-- Type: text/plain, Size: 364 bytes --]

 fixincludes/check.tpl | 1 +
 1 file changed, 1 insertion(+)

diff --git a/fixincludes/check.tpl b/fixincludes/check.tpl
index 0d1f444..300aeac 100644
--- a/fixincludes/check.tpl
+++ b/fixincludes/check.tpl
@@ -143,6 +143,7 @@ cd $TESTBASE
 
 find * -type f -print | \
 fgrep -v 'CVS/' | \
+fgrep -v '.DS_Store' | \
 fgrep -v '.svn/' > ${TESTDIR}/LIST
 
 exitok=`

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

end of thread, other threads:[~2015-07-28 18:18 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-07-05  4:24 [patch] [fixincludes] Ignore .DS_Store junk files when running make check Eric Gallager
2015-07-05  7:44 ` Andreas Schwab
2015-07-05 22:59   ` Eric Gallager
2015-07-06 17:00     ` Andreas Schwab
2015-07-06 19:40     ` Jeff Law
2015-07-27 22:33       ` Eric Gallager
2015-07-27 23:14         ` Andreas Schwab
2015-07-28  3:08           ` [PATCHv2] " Eric Gallager
2015-07-28 14:13             ` Bruce Korb
2015-07-28 18:18               ` Mike Stump
2015-07-28 18:43             ` Mike Stump

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).