> ITYM:
>
> > my @headers=(
> > sort
> > map { m{^$inc/(.*\.h)\z} }
> > keys %{maniread()}
> > );
>
> Otherwise, someone might at some future date, write:
>
>langauges/mylang/include/parrot/oops.txt
>
> And that would get picked up ;)
Or he might even
Juergen Boemmels wrote:
>
> "Vladimir Lipskiy" <[EMAIL PROTECTED]> writes:
>
> [...]
>
> > sub runstep {
> > my $inc = 'include/parrot';
> >
> > my @headers=(
> > sort
> > map { m{\./$inc/(.*)} }
> > glob "./$inc/*.h"
> > );
>
> in a non clean tree the gener
>Leo already applied this suggestion.
Yups. I found out that when I was sending my patch (~:
>Sometimes he is faster than light.
/me gets out a lightning-rod as me says: "Yes. He is all like that"
> Done that, thanks for your suggestion.
PoWwoW! It's unfair. He passed ahead of me.
> in a non clean tree the generated files are picked up also.
Yepper. I'll prepare the FINAL EDITION of that patch.
> Non-generated headers should be found in MANIFEST so using maniread
> might help here
..
Thanks, Joergen.
Juergen Boemmels <[EMAIL PROTECTED]> wrote:
>
> my @headers=(
> sort
> map { m{$inc/(.*)} }
> keys %{maniread()}
> );
Done that, thanks for your suggestion.
> bye
> boe
leo
"Vladimir Lipskiy" <[EMAIL PROTECTED]> writes:
[...]
> sub runstep {
> my $inc = 'include/parrot';
>
> my @headers=(
> sort
> map { m{\./$inc/(.*)} }
> glob "./$inc/*.h"
> );
in a non clean tree the generated files are picked up also.
> $_ = "\
Vladimir Lipskiy <[EMAIL PROTECTED]> wrote:
> $description="Determinig nongenerated header files...";
Thank you, applied.
leo
headers.pl
Description: Binary data
classes2.diff
Description: Binary data