Searched hist:"29715310439 d26d364733146a25431e953c5c673" (Results 1 – 1 of 1) sorted by relevance
| /libCEED/ |
| H A D | Makefile | 29715310439d26d364733146a25431e953c5c673 Tue Aug 21 17:00:10 UTC 2018 Jed Brown <jed@jedbrown.org> Makefile: use pattern rule for MAGMA's multiple targets
Non-pattern rules do not support multiple targets built by a single recipe. Instead, they mean that each target can be built by running the recipe multiple times (the recipe has different $@ each time it is run). This is noisy and especially a problem with parallel make where simultaneous invocations could collide.
|