* Pass makeFlags to `make check'.
svn path=/nixpkgs/trunk/; revision=7492
This commit is contained in:
parent
ed8fff32af
commit
8988c16eea
@ -597,8 +597,10 @@ checkW() {
|
|||||||
checkTarget="check"
|
checkTarget="check"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
echo "check flags: $checkFlags ${checkFlagsArray[@]}"
|
echo "check flags: $makeFlags ${makeFlagsArray[@]} $checkFlags ${checkFlagsArray[@]}"
|
||||||
make $checkFlags "${checkFlagsArray[@]}" $checkTarget || fail
|
make \
|
||||||
|
$makeFlags ${makeFlagsArray[@]} \
|
||||||
|
$checkFlags "${checkFlagsArray[@]}" $checkTarget || fail
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user