Re: [PATCH v2] kbuild: check for pkg-config on make {menu,n,g,x}config

2018-05-24 Thread Masahiro Yamada
Randy, 2018-05-20 7:42 GMT+09:00 Randy Dunlap : > On 05/17/18 22:10, Masahiro Yamada wrote: >> Hi Randy, >> >> 2018-04-07 6:37 GMT+09:00 Randy Dunlap : >>> On 03/14/2018 10:50 PM, Masahiro Yamada wrote: 2018-03-13 11:30 GMT+09:00 Randy Dunlap : > From: Randy Dunlap > > Each of 'm

Re: [PATCH v2] kbuild: check for pkg-config on make {menu,n,g,x}config

2018-05-19 Thread Randy Dunlap
On 05/17/18 22:10, Masahiro Yamada wrote: > Hi Randy, > > 2018-04-07 6:37 GMT+09:00 Randy Dunlap : >> On 03/14/2018 10:50 PM, Masahiro Yamada wrote: >>> 2018-03-13 11:30 GMT+09:00 Randy Dunlap : From: Randy Dunlap Each of 'make {menu,n,g,x}config' uses (needs) pkg-config to make su

Re: [PATCH v2] kbuild: check for pkg-config on make {menu,n,g,x}config

2018-05-17 Thread Masahiro Yamada
Hi Randy, 2018-04-07 6:37 GMT+09:00 Randy Dunlap : > On 03/14/2018 10:50 PM, Masahiro Yamada wrote: >> 2018-03-13 11:30 GMT+09:00 Randy Dunlap : >>> From: Randy Dunlap >>> >>> Each of 'make {menu,n,g,x}config' uses (needs) pkg-config to make sure >>> that other required files are present, but non

Re: [PATCH v2] kbuild: check for pkg-config on make {menu,n,g,x}config

2018-04-06 Thread Randy Dunlap
On 03/14/2018 10:50 PM, Masahiro Yamada wrote: > 2018-03-13 11:30 GMT+09:00 Randy Dunlap : >> From: Randy Dunlap >> >> Each of 'make {menu,n,g,x}config' uses (needs) pkg-config to make sure >> that other required files are present, but none of these check that >> pkg-config itself is present. Add

Re: [PATCH v2] kbuild: check for pkg-config on make {menu,n,g,x}config

2018-03-14 Thread Masahiro Yamada
2018-03-13 11:30 GMT+09:00 Randy Dunlap : > From: Randy Dunlap > > Each of 'make {menu,n,g,x}config' uses (needs) pkg-config to make sure > that other required files are present, but none of these check that > pkg-config itself is present. Add a check for all 4 of these targets. > > Fixes kernel

[PATCH v2] kbuild: check for pkg-config on make {menu,n,g,x}config

2018-03-12 Thread Randy Dunlap
From: Randy Dunlap Each of 'make {menu,n,g,x}config' uses (needs) pkg-config to make sure that other required files are present, but none of these check that pkg-config itself is present. Add a check for all 4 of these targets. Fixes kernel bugzilla #77511: https://bugzilla.kernel.org/show_bug.