Open an issue on <a href="http://bugs.python.org">bugs.python.org</a> and attach the patch there (it should also ask you so sign the contributor agreement, but if not then please also sign that).<br><br><div class="gmail_quote">On Fri Sep 05 2014 at 12:52:45 PM Jonas Wagner <<a href="mailto:jonas.wagner@epfl.ch">jonas.wagner@epfl.ch</a>> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi again,<br>
<br>
the attached Makefile patch seems to fix the parallel build problems.<br>
<br>
Is there a chance of getting this into trunk? Should I open an issue<br>
or send the patch somewhere else?<br>
<br>
Cheers,<br>
Jonas<br>
<br>
On Fri, Sep 5, 2014 at 12:15 PM, Jonas Wagner <<a href="mailto:jonas.wagner@epfl.ch" target="_blank">jonas.wagner@epfl.ch</a>> wrote:<br>
>>> > Would people be interested in having a parallel version?<br>
>>><br>
>>> See <a href="http://bugs.python.org/issue5309" target="_blank">http://bugs.python.org/<u></u>issue5309</a><br>
>><br>
>> Cool! I'll look into this.<br>
><br>
> The patch there works well for me. I've made one small update, and<br>
> submitted the new version in the bug tracker.<br>
><br>
> Regarding the other build problem, I might have found some hint:<br>
> - Parser/pgen.o ends up in both the PARSER_OBJS and PGENOBJS variables<br>
> in the Makefile<br>
> - PARSER_OBJS is depended upon in a few places, hence it could be that<br>
> make starts to build Parser/pgen.o<br>
> - PGENOBJS is built when building PGEN, which happens *in a different<br>
> make that is called recursively*<br>
><br>
> I think the culprit is the rule for GRAMMAR_H which calls make<br>
> recursively. Is there a reason that GRAMMAR_H has to generate PGEN<br>
> like this? Couldn't it just depend on PGEN?<br>
><br>
> Cheers,<br>
> Jonas<br>
______________________________<u></u>_________________<br>
Python-Dev mailing list<br>
<a href="mailto:Python-Dev@python.org" target="_blank">Python-Dev@python.org</a><br>
<a href="https://mail.python.org/mailman/listinfo/python-dev" target="_blank">https://mail.python.org/<u></u>mailman/listinfo/python-dev</a><br>
Unsubscribe: <a href="https://mail.python.org/mailman/options/python-dev/brett%40python.org" target="_blank">https://mail.python.org/<u></u>mailman/options/python-dev/<u></u>brett%40python.org</a><br>
</blockquote></div>