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
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
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
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 =
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
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
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