Imagine I have a build directory produced by CMake with gmake (or ninja) as a generator.
Is the following bash snippet a valid usage of make (and the same question for ninja)?
# make&
# make
I am asking because the following solution may lead to this kind of situation, e.g., by running ctest -j 12:
CMake & CTest : make test doesn't build tests