Re: [PATCH 1/1 linux-next] kbuild: add make force=1 for testing

2016-07-27 Thread Fabian Frederick
> On 26 July 2016 at 23:47 Michal Marek wrote: > > > Dne 26.7.2016 v 02:05 Andrew Morton napsal(a): > > On Sun, 24 Jul 2016 15:28:18 +0200 Fabian Frederick wrote: > >> This patch adds ability to do make force=1 for people > >> not interested in modules_install

Re: [PATCH 1/1 linux-next] kbuild: add make force=1 for testing

2016-07-27 Thread Fabian Frederick
> On 26 July 2016 at 23:47 Michal Marek wrote: > > > Dne 26.7.2016 v 02:05 Andrew Morton napsal(a): > > On Sun, 24 Jul 2016 15:28:18 +0200 Fabian Frederick wrote: > >> This patch adds ability to do make force=1 for people > >> not interested in modules_install in this case but only testing. >

Re: [PATCH 1/1 linux-next] kbuild: add make force=1 for testing

2016-07-26 Thread Michal Marek
Dne 26.7.2016 v 02:05 Andrew Morton napsal(a): > On Sun, 24 Jul 2016 15:28:18 +0200 Fabian Frederick wrote: >> This patch adds ability to do make force=1 for people >> not interested in modules_install in this case but only testing. >> >> (Note that other options could go under

Re: [PATCH 1/1 linux-next] kbuild: add make force=1 for testing

2016-07-26 Thread Michal Marek
Dne 26.7.2016 v 02:05 Andrew Morton napsal(a): > On Sun, 24 Jul 2016 15:28:18 +0200 Fabian Frederick wrote: >> This patch adds ability to do make force=1 for people >> not interested in modules_install in this case but only testing. >> >> (Note that other options could go under ifndef force) > >

Re: [PATCH 1/1 linux-next] kbuild: add make force=1 for testing

2016-07-26 Thread Robert Jarzmik
Andrew Morton writes: > On Sun, 24 Jul 2016 15:28:18 +0200 Fabian Frederick wrote: > >> Commit 51193b76bfff >> ("kbuild: forbid kernel directory to contain spaces and colons") >> >> makes it impossible to build kernel on default SD labels like >> "SD

Re: [PATCH 1/1 linux-next] kbuild: add make force=1 for testing

2016-07-26 Thread Robert Jarzmik
Andrew Morton writes: > On Sun, 24 Jul 2016 15:28:18 +0200 Fabian Frederick wrote: > >> Commit 51193b76bfff >> ("kbuild: forbid kernel directory to contain spaces and colons") >> >> makes it impossible to build kernel on default SD labels like >> "SD Card" for instance. >> >> Makefile:133:

Re: [PATCH 1/1 linux-next] kbuild: add make force=1 for testing

2016-07-25 Thread Andrew Morton
On Sun, 24 Jul 2016 15:28:18 +0200 Fabian Frederick wrote: > Commit 51193b76bfff > ("kbuild: forbid kernel directory to contain spaces and colons") > > makes it impossible to build kernel on default SD labels like > "SD Card" for instance. > > Makefile:133: *** main directory

Re: [PATCH 1/1 linux-next] kbuild: add make force=1 for testing

2016-07-25 Thread Andrew Morton
On Sun, 24 Jul 2016 15:28:18 +0200 Fabian Frederick wrote: > Commit 51193b76bfff > ("kbuild: forbid kernel directory to contain spaces and colons") > > makes it impossible to build kernel on default SD labels like > "SD Card" for instance. > > Makefile:133: *** main directory cannot contain

[PATCH 1/1 linux-next] kbuild: add make force=1 for testing

2016-07-24 Thread Fabian Frederick
Commit 51193b76bfff ("kbuild: forbid kernel directory to contain spaces and colons") makes it impossible to build kernel on default SD labels like "SD Card" for instance. Makefile:133: *** main directory cannot contain spaces nor colons. Stop. User could rename directories but volume name is

[PATCH 1/1 linux-next] kbuild: add make force=1 for testing

2016-07-24 Thread Fabian Frederick
Commit 51193b76bfff ("kbuild: forbid kernel directory to contain spaces and colons") makes it impossible to build kernel on default SD labels like "SD Card" for instance. Makefile:133: *** main directory cannot contain spaces nor colons. Stop. User could rename directories but volume name is