[cfe-commits] [PATCH] include/clang/Makefile: [PR9321] "make install" may install include files along explicit pattern.

NAKAMURA Takumi geek4civic at gmail.com
Wed Mar 9 01:24:17 PST 2011


Committed in r127326, thank you!

On Mon, Mar 7, 2011 at 2:05 PM, Joerg Sonnenberger
<joerg at britannica.bec.de> wrote:
> What about using:
>
> find clang -type f '(' -name LICENSE.TXT -o -name '*.def' -o name
> '*.h' -o name '*.inc' ') -a -n '(' -path '*/CVS*/' -o -path '*/.svn/*'
> -o path '*/.dir/*' ')' -print | while read hdr; do ...

Joerg, I could apply one later. Or you may tweak and commit one.

...Takumi



More information about the cfe-commits mailing list