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

2015-07-28 Thread Mike Stump
On Jul 27, 2015, at 7:36 PM, Eric Gallager wrote: > On 7/27/15, Andreas Schwab wrote: >> 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. > Okay, attached a new version of the patch; m

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

2015-07-28 Thread Mike Stump
On Jul 28, 2015, at 6:38 AM, Bruce Korb wrote: > Definitely much better. I won't apply it until the weekend, so > someone else will likely beat me to it. Looks good to me as well, I checked it in. Committed revision 226317.

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

2015-07-28 Thread Bruce Korb
Definitely much better. I won't apply it until the weekend, so someone else will likely beat me to it. Thank you. On Mon, Jul 27, 2015 at 7:36 PM, Eric Gallager wrote: > On 7/27/15, Andreas Schwab wrote: >> Eric Gallager writes: >> >>> Okay, I tried embedding "! -name CVS/ ! -name .svn/" into

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

2015-07-27 Thread Eric Gallager
On 7/27/15, Andreas Schwab wrote: > 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. > Okay, attached a new version of the patch; make check for fixincludes still passes with it.