meta data for this page
  •  

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
programming:makefile:issues [2024/05/27 19:33] niziakprogramming:makefile:issues [2024/09/04 20:43] (current) niziak
Line 1: Line 1:
 ====== issues ====== ====== issues ======
 +
 +===== parallel: race making common prereq =====
 +
 +According to [[https://lists.gnu.org/archive/html/help-make/2011-03/msg00027.html|Re: Race condition with parallel recursive make]]
 +<code>
 +You must have the target built by only one makefile, and the other
 +makefiles should merely depend on it.  Whenever you have more than one
 +makefile that contains rules to build the same target, you have a
 +problem
 +</code>
 +
  
 ===== No known features for CXX compiler ===== ===== No known features for CXX compiler =====