kernel: Remove dead code
It's set in the same phase
This commit is contained in:
parent
e0ce4bee57
commit
c6ed851fe2
@ -108,11 +108,6 @@ let
|
||||
|
||||
echo "manual-config configurePhase buildRoot=$buildRoot pwd=$PWD"
|
||||
|
||||
if [[ -z "$buildRoot" || ! -d "$buildRoot" ]]; then
|
||||
echo "set $buildRoot to the build folder please"
|
||||
exit 1
|
||||
fi
|
||||
|
||||
if [ -f "$buildRoot/.config" ]; then
|
||||
echo "Could not link $buildRoot/.config : file exists"
|
||||
exit 1
|
||||
|
Loading…
Reference in New Issue
Block a user