Mailing List Archive

MakeMaker...
is it possible to have MakeMaker put the

.NO_PARALLEL

rule _below_ the normal rules (even right at the bottom) ?
.NO_PARALLEL is not a special target in pmake and thus the
MakeMaker generated Makefiles do nothing when invoked, as
the first target is `.NO_PARALLEL:' with no dependancies.

i've fixed my copy of pmake and i will try to get this
changed in the OS's that use pmake (recent BSD platforms at
least).

.mrg.
Re: MakeMaker... [ In reply to ]
matthew green <Matthew.Green@fulcrum.com.au> writes:

> is it possible to have MakeMaker put the

> .NO_PARALLEL

> rule _below_ the normal rules (even right at the bottom) ?

My copy doesn't have it anymore, is that deep enough below?

I have tested a lot of extensions building with parallel make. No
problems ever.

andreas