|
From: Bruce S. <bw...@ar...> - 2008-04-17 15:36:19
|
> "make makefile" only takes care of build, install and iso. > Yes you can use it for the official release, but I would set it to > compile only 1 script at the time. Sometimes it doesn't behave right, > depending how many you do in parallel. This fine for test compiles, > but not for production. If it fails, just run "make makefile" again > and it usually works. > I use this on my dual core box: > CONFIG_PARALLEL_JOBS=4 > > 3 may be better, but I like stressing the box. ;-) CONFIG_PARALLEL_JOBS is only used by "make makefile" ? And is ignored by "make build install" ? - BS |