Conversation
|
I would still advocate to add a remark on thread safety or explicitly add |
At least with GNU make the `-C` option is not target specific. So for now we need two make calls. Fixes opencloud-eu#216
I would rather fix the Makefiles in that case. This helps for me : opencloud-eu/opencloud#709 |
Well, that works too :D |
|
Small addendum. Running the same command again on this work enviroment (like |
opencloud-eu/opencloud#714 should fix it |
For completeness: Will test the PR and report back. |
|
The mentioned PR does fix the issue :) |
At least with GNU make the
-Coption is not target specific. So for now we need two make calls.Fixes #216