Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The generic recursive target calls target-local so also adding it to the dependency list results in races due to install-local being executed twice in parallel. For example, install-manx can fail if the two install processes race and one process tries to chown a file that the other process has just deleted. Also install-manx should be a phony target, and for clarity use $^ instead of $? in the install command. Signed-off-by: Ross Burton <[email protected]>
- Loading branch information