kernel: Respect makeFlagsArray in more places
It's used two lines above, so be consistent.
This commit is contained in:
parent
c6ed851fe2
commit
4cec65482a
|
@ -119,7 +119,7 @@ let
|
|||
make $makeFlags "''${makeFlagsArray[@]}" oldconfig
|
||||
runHook postConfigure
|
||||
|
||||
make $makeFlags prepare
|
||||
make $makeFlags "''${makeFlagsArray[@]}" prepare
|
||||
actualModDirVersion="$(cat $buildRoot/include/config/kernel.release)"
|
||||
if [ "$actualModDirVersion" != "${modDirVersion}" ]; then
|
||||
echo "Error: modDirVersion ${modDirVersion} specified in the Nix expression is wrong, it should be: $actualModDirVersion"
|
||||
|
|
Loading…
Reference in New Issue