In article <[email protected]>, John Nemeth <[email protected]> wrote:
> "-j1" is not the same as leaving out "-j" completely and can >have different failure modes. If you want to try a non-parallel >build, it is best to leave out "-j" completely. Absolutely, leaving -j out uses the default "compat" make engine which processes dependencies using entirely different code paths. christos
