Re: make -j zImage

Andreas Schultz (aschultz@csmd.cs.Uni-Magdeburg.DE)
Tue, 28 May 1996 18:40:50 +0200 (MESZ)


On Tue, 28 May 1996, Ulrich Windl wrote:

> On 27 May 96 at 13:56, Dave Wreski wrote:
>
> >
> >
> > Hi all. I have 64megs of ram, and I was wondering why it is that I
> > cannot do 'make -j zImage' when compiling 1.99.8? I am currently running
> > 1.99.7 on a p120. Could this be a problem? I have been able to do this
> > before, while compiling other kernels, but not too often..
>
> 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.
>

Try: make zImage MAKE='make -j'

> >
> > Thanks,
> > Dave
> Ulrich
>
Andreas