]> git.ipfire.org Git - ipfire-2.x.git/commit
make.sh: Do not decrease nice level of build
authorMichael Tremer <michael.tremer@ipfire.org>
Mon, 1 Feb 2021 10:53:25 +0000 (10:53 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Mon, 1 Feb 2021 10:53:25 +0000 (10:53 +0000)
commit7a3f7634cc10674b2b9610e19995c6bbab36611a
treefbe60a31dc7e83467a036d9b3aabd3be3211f90e
parentd5eb0e3906782acffd0b6081fbee8a1fe9415254
make.sh: Do not decrease nice level of build

This was designed to keep a workstation that is compiling IPFire
responsive during the build. However, the kernel's scheduler has been
improved enough that this is no longer an issue.

Instead of telling the kernel that the build job is something with a
lower priority (which it isn't) we now simply run with the nicelevel of
the parent process that has called make.sh.

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
make.sh