When Ninja is invoked from Make, the stdout gets jumbled because Ninja recipes don't insert a newline at the end of a recipe.
When invoking ninja directly, I like the behavior of overwriting the current line with the current recipe, but when Ninja is subinvoked, I get output like:
[1/10] Building CXX Object test.c.....Compiling abc.c
Where the ..Compiling abc.c is output from a Make recipe.
Expected Behavior: When ninja is run and detects a make jobserver, it should append a newline to the status.