mirror of https://github.com/sipwise/sems.git
Fix instances of make rules not being parallel execution safe, where the targets declare a list of dependencies which depend on the order they have been declared to be executed serially, otherwise these can cause race conditions. Either move some of the dependencies down into their transitive dependencies, or rearrange them to call $(MAKE) to force a serial point. In other instances add missing dependencies to make sure the objects to install have previously been built. Change-Id: I21b499557ac5e9faa603841fa1882b58239ee650mr11.4.1
parent
1cacd5c46e
commit
f3a48f2a30
Loading…
Reference in new issue