[Patches] [ python-Patches-1355971 ] Python-ast.h & Python-ast.c generated twice (#1355883)

SourceForge.net noreply at sourceforge.net
Sun Nov 13 17:55:47 CET 2005


Patches item #1355971, was opened at 2005-11-14 02:54
Message generated for change (Settings changed) made by krumms
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=305470&aid=1355971&group_id=5470

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Build
Group: Python 2.5
Status: Open
Resolution: None
Priority: 5
Submitted By: Thomas Lee (krumms)
>Assigned to: Skip Montanaro (montanaro)
Summary: Python-ast.h & Python-ast.c generated twice (#1355883)

Initial Comment:
Added a fix for the first part of bug #1355883: make
-j2 may cause corruption of Python-ast.h/Python-ast.c.

Summary:
* Updated asdl_c.py to only generate the interface or
the implementation depending on which is given on the
command line (e.g. asdl_c.py -h Include Python.asdl
will generate Include/Python-ast.h but will not
generate Python-ast.c)
* Updated Makefile.pre.in to call asdl_c.py with the
appropriate arguments.

Fix for the second part of this bug here:
http://sourceforge.net/tracker/index.php?func=detail&aid=1355940&group_id=5470&atid=305470

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=305470&aid=1355971&group_id=5470


More information about the Patches mailing list