Issue 75465

Summary: Possible problems with .REMOVE during parallel dmake runs
Product: Build Tools Reporter: quetschke
Component: dmakeAssignee: quetschke
Status: CLOSED WONT_FIX QA Contact: issues@tools <issues>
Severity: Trivial    
Priority: P3 CC: hans-joachim.lankenau, issues, pfg
Version: current   
Target Milestone: ---   
Hardware: All   
OS: All   
Issue Type: DEFECT Latest Confirmation in: ---
Developer Difficulty: ---

Description quetschke 2007-03-16 16:27:56 UTC
See the FIXME in function Remove_prq() in dmake/unix/rmprq.c:

   FIXME: Another potential problem is that while building .REMOVE another
   previously started target finishes and from _finished_child() calls
   Remove_prq() again. This will delete the dynamic macros and possibly
   clear/reset the prerequisites of the previous .REMOVE target.

This might be related to issue 48781.
Comment 1 Pedro Giffuni 2012-10-16 04:41:26 UTC
Dmake was moved to Apache Extras