Re: make -j zImage

Frank Dwyer (dwyer@scri.fsu.edu)
Tue, 28 May 96 11:21:23 -0400


Ulrich.Windl@rz.uni-regensburg.de writes:

>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