meta data for this page
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| programming:makefile:issues [2024/05/27 19:33] – niziak | programming:makefile:issues [2024/09/04 20:43] (current) – niziak | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ====== issues ====== | ====== issues ====== | ||
| + | |||
| + | ===== parallel: race making common prereq ===== | ||
| + | |||
| + | According to [[https:// | ||
| + | < | ||
| + | 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 | ||
| + | </ | ||
| + | |||
| ===== No known features for CXX compiler ===== | ===== No known features for CXX compiler ===== | ||