lkml.org 
[lkml]   [1999]   [Sep]   [11]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: Building 2.2.x on Sparc SMP...

> make -j4 vmlinux
> So that it actually makes use of those CPU's, it tries to link the kernel
> before it has everything compiled, so I always end up doing:
> make -j4 vmlinux
> and then...
> make vmlinux
> to finish.

As Dave said there are dependency problems. Having said that if you edit
the root Makefile and change

MAKE =make
to
MAKE =make -j4

and dont enable prom console then you may have more luck. In fact a well
speced ultra was doing kernel compiles in under 30 seconds last time I
checked :)

Anton

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/

\
 
 \ /
  Last update: 2005-03-22 13:53    [W:0.817 / U:0.104 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site