Re: [PATCH 2]Build system

2003-08-22 Thread Vladimir Lipskiy
> 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

Re: [PATCH 2]Build system

2003-08-21 Thread Benjamin Goldberg
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

Re: [PATCH 2]Build system

2003-08-21 Thread Vladimir Lipskiy
>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"

Re: [PATCH 2]Build system

2003-08-21 Thread Vladimir Lipskiy
> Done that, thanks for your suggestion. PoWwoW! It's unfair. He passed ahead of me.

Re: [PATCH 2]Build system

2003-08-21 Thread Vladimir Lipskiy
> 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.

Re: [PATCH 2]Build system

2003-08-21 Thread Leopold Toetsch
Juergen Boemmels <[EMAIL PROTECTED]> wrote: > > my @headers=( > sort > map { m{$inc/(.*)} } > keys %{maniread()} > ); Done that, thanks for your suggestion. > bye > boe leo

Re: [PATCH 2]Build system

2003-08-21 Thread Juergen Boemmels
"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. > $_ = "\

Re: [PATCH 2]Build system

2003-08-21 Thread Leopold Toetsch
Vladimir Lipskiy <[EMAIL PROTECTED]> wrote: > $description="Determinig nongenerated header files..."; Thank you, applied. leo

[PATCH 2]Build system

2003-08-21 Thread Vladimir Lipskiy
headers.pl Description: Binary data classes2.diff Description: Binary data