kernel: Respect makeFlagsArray in more places

It's used two lines above, so be consistent.
This commit is contained in:
Tuomas Tynkkynen 2018-07-24 22:38:47 +03:00
parent c6ed851fe2
commit 4cec65482a
1 changed files with 1 additions and 1 deletions

View File

@ -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"