Hi all, I'd like to experiment parallel building with 'make -j' and I have a question that I can't find any answer in the man page.
I have the impression that 'make -j' is only effective when just invoking "make" in a kernel compile or "make build" in a userland/xenocara build. It doesn't seem to have an effect on targets like 'depend', 'obj', 'distrib-dears', 'clean', etc. Am I correct ? Regards, Cedric

