This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: Delete Python-ast.[ch] during "make distclean" (#1355883)
Type: Stage:
Components: Build Versions: Python 2.5
process
Status: closed Resolution: accepted
Dependencies: Superseder:
Assigned To: skip.montanaro Nosy List: krumms, skip.montanaro
Priority: normal Keywords: patch

Created on 2005-11-13 15:40 by krumms, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
BUG-1355883-AST.patch krumms, 2005-11-13 15:40 Partial fix for bug #1355883
Messages (3)
msg49041 - (view) Author: Thomas Lee (krumms) (Python committer) Date: 2005-11-13 15:40
Partial fix for bug #1355883 (the second problem
outlined by Skip - the "make -j2" problem still remains)
msg49042 - (view) Author: Skip Montanaro (skip.montanaro) * (Python triager) Date: 2005-11-13 15:51
Logged In: YES 
user_id=44345

Thanks.  That's the trivial part (and should reference $(AST_H) and 
$(AST_C)).  Can you see what the problem with the dependencies
are that cause the double run of the converter when running a
parallel build on a fresh tree?
msg49043 - (view) Author: Skip Montanaro (skip.montanaro) * (Python triager) Date: 2005-11-13 15:55
Logged In: YES 
user_id=44345

Applied slightly different version as rev 41433.
History
Date User Action Args
2022-04-11 14:56:14adminsetgithub: 42591
2005-11-13 15:40:57krummscreate