Re: [patch] [fixincludes] Ignore .DS_Store junk files when running make check

2015-07-27 Thread Andreas Schwab
Eric Gallager writes: > Okay, I tried embedding "! -name CVS/ ! -name .svn/" into the find -name does an exact match, so you don't need the slash. Andreas. -- Andreas Schwab, sch...@linux-m68k.org GPG Key fingerprint = 58CA 54C7 6D53 942B 1756 01D3 44D5 214B 8276 4ED5 "And now for something

Re: [patch] [fixincludes] Ignore .DS_Store junk files when running make check

2015-07-27 Thread Eric Gallager
On 7/6/15, Jeff Law wrote: > On 07/05/2015 04:58 PM, Eric Gallager wrote: >> I was just matching the code that was already used there... should the >> lines to ignore the CVS and .svn folders be re-written into the style >> you propose, too? > Might as well have a consistent style. Embedding them

Re: [patch] [fixincludes] Ignore .DS_Store junk files when running make check

2015-07-06 Thread Jeff Law
On 07/05/2015 04:58 PM, Eric Gallager wrote: I was just matching the code that was already used there... should the lines to ignore the CVS and .svn folders be re-written into the style you propose, too? Might as well have a consistent style. Embedding them into the "find" ought to be marginall

Re: [patch] [fixincludes] Ignore .DS_Store junk files when running make check

2015-07-06 Thread Andreas Schwab
Eric Gallager writes: > I was just matching the code that was already used there... should the > lines to ignore the CVS and .svn folders be re-written into the style > you propose, too? Yes, that would be an improvement. Andreas. -- Andreas Schwab, sch...@linux-m68k.org GPG Key fingerprint =

Re: [patch] [fixincludes] Ignore .DS_Store junk files when running make check

2015-07-05 Thread Eric Gallager
I was just matching the code that was already used there... should the lines to ignore the CVS and .svn folders be re-written into the style you propose, too? On 7/5/15, Andreas Schwab wrote: > Eric Gallager writes: > >> I've attached trivial, 1-line patch to fixincludes_check.tpl; it >> allows

Re: [patch] [fixincludes] Ignore .DS_Store junk files when running make check

2015-07-05 Thread Andreas Schwab
Eric Gallager writes: > 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 > fixincludes/check.tpl | 1 + > 1 file changed, 1 inserti

[patch] [fixincludes] Ignore .DS_Store junk files when running make check

2015-07-04 Thread Eric Gallager
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 fixincludes/check.tpl | 1 + 1 file changed, 1 insertion(+) diff --git a/fixincludes/check