>Sorry not to solve this issue, but:
>
>Is "-j" propagated to the sub-makes? It seems that only the first
>make receives the command-line flags.
>
Sub-makes reset -j to 1.... If you change the definition of MAKE in the
top level Makefile to, say 'MAKE="make -j 3"', it'll do what you want.
-f