kernel-5.10.0-0.rc4.20201120git4d02da974ea8.81
* Fri Nov 20 2020 Fedora Kernel Team <kernel-team@fedoraproject.org> [5.10.0-0.rc4.20201120git4d02da974ea8.81]
- Fedora config update ("Justin M. Forbes")
- redhat: generic enable CONFIG_INET_MPTCP_DIAG (Davide Caratti)
Resolves: rhbz#
Signed-off-by: Justin M. Forbes <jforbes@fedoraproject.org>
This commit is contained in:
parent
9a733b7fc9
commit
07ebe84e7e
28 changed files with 51 additions and 32 deletions
|
|
@ -16,11 +16,6 @@ while test "$#" != 0; do
|
|||
shift
|
||||
done
|
||||
|
||||
#This seems to cause problems with large numbers
|
||||
if (( $procgroup > 4 )); then
|
||||
procgroup=4
|
||||
fi
|
||||
|
||||
# If told to use only one cpu:
|
||||
test "$procgroup" || exec xargs -r xz
|
||||
test "$procgroup" = 1 && exec xargs -r xz
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue