trinity-devel@lists.pearsoncomputing.net

Message: previous - next
Month: March 2011

Re: [trinity-devel] Downgrading autoconf/automake

From: "Timothy Pearson" <kb9vqf@...>
Date: Mon, 14 Mar 2011 14:15:57 -0500
> On Mon, Mar 14, 2011 at 3:10 PM, Robert Xu <robxu9@...> wrote:
>> On Mon, Mar 14, 2011 at 15:09, Kristopher Gamrat <pikidalto@...>
>> wrote:
>>> But surely there's a utility that can search through the contents of
>>> the patches and pull out possible patches to look at?
>>
>> no.
>
> ...wow, I'd have thought there was, considering that patches are
> basically plain text files. First time I can say that I've seen
> something in Windows before I saw in in F\OSS.
>

Um, yes there is.  Do this:

find . | xargs grep "Makefile.am" -sl

from within the directory containing the patches

Tim