Skip to content
Commit 51193b76 authored by Robert Jarzmik's avatar Robert Jarzmik Committed by Michal Marek
Browse files

kbuild: forbid kernel directory to contain spaces and colons



When the kernel path contains a space or a colon somewhere in the path
name, the modules_install target doesn't work anymore, as the path names
are not enclosed in double quotes. It is also supposed that and O= build
will suffer from the same weakness as modules_install.

Instead of checking and improving kbuild to resist to directories
including these characters, error out early to prevent any build if the
kernel's main directory contains a space.

Signed-off-by: default avatarRobert Jarzmik <robert.jarzmik@free.fr>
Signed-off-by: default avatarMichal Marek <mmarek@suse.com>
parent 366f4856
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment