Re: [PATCH v2] kbuild: forbid kernel directory to contain spaces and colons

2016-05-10 Thread Michal Marek
On Sat, Apr 02, 2016 at 09:38:53PM +0200, Robert Jarzmik wrote: > 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

Re: [PATCH v2] kbuild: forbid kernel directory to contain spaces and colons

2016-05-10 Thread Michal Marek
On Sat, Apr 02, 2016 at 09:38:53PM +0200, Robert Jarzmik wrote: > 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

[PATCH v2] kbuild: forbid kernel directory to contain spaces and colons

2016-04-02 Thread Robert Jarzmik
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

[PATCH v2] kbuild: forbid kernel directory to contain spaces and colons

2016-04-02 Thread Robert Jarzmik
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