aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2016-01-23 21:49:13 -0800
committerRobin H. Johnson <robbat2@gentoo.org>2016-01-23 21:49:13 -0800
commit92cb275526ce94fb6118cb715622b4dd9a136444 (patch)
tree234f9dc48b1a04b2fde7ff9ff3ccac0d64ea6be2 /doc
parentkconfig/generic: Remove dupe option CONFIG_NET_IPGRE_DEMUX. (diff)
downloadgenkernel-92cb275526ce94fb6118cb715622b4dd9a136444.tar.gz
genkernel-92cb275526ce94fb6118cb715622b4dd9a136444.tar.bz2
genkernel-92cb275526ce94fb6118cb715622b4dd9a136444.zip
Support nice(1) to affect the scheduling of the make invocations.
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
Diffstat (limited to 'doc')
-rw-r--r--doc/genkernel.8.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/genkernel.8.txt b/doc/genkernel.8.txt
index 45af60e0..ef0aa1e4 100644
--- a/doc/genkernel.8.txt
+++ b/doc/genkernel.8.txt
@@ -233,6 +233,9 @@ LOW-LEVEL COMPILATION OPTIONS
*--makeopts*=<makeopts>::
GNU Make options such as -j2, etc.
+*--*[*no-*]*nice*[=<niceness>]::
+ Runs the kernel make at the default niceness (reduction in priority) of
+ 10, or in the case of --no-nice, runs the kernel make at normal priority.
INITIALIZATION
~~~~~~~~~~~~~~