Am Donnerstag, den 06.12.2007, 15:34 -0700 schrieb Jordan Crouse:
+menu "Build Options"
+config VERBOSE
bool "See the build output on stdout"
default n
help
See the entire build output on stdout. Otherwise, it will
be saved off in a series of logs
Could you add a dot at the end of the line?
+config MAKE_JOBS
int "Number of make jobs to run simultaneously (experimental)"
default 1
help
This can speed the build if you have more than one core that you
s/speed/speed up/ ?
would like to allow make to use. If you have a single processor, use
the default (1) otherwise, you can specify the number of cores you
have plus 1 (for example, specify 5 if you have 4 cores).
This option is currently used for the kernel and uClibc packages.
+endmenu
Thanks,
Paul