Minor kernel build changes: Change '[ -d ... ] && cmd' to 'if [ -d ... ]; then cmd...