On 06/04/2018 11:53 PM, Masahiro Yamada wrote: > Hi Randy, > > > 2018-06-04 11:59 GMT+09:00 Randy Dunlap <rdun...@infradead.org>: >> From: Randy Dunlap <rdun...@infradead.org> >> >> Each of 'make {menu,n,g,x}config' uses (needs) pkg-config to make sure >> that other required files are present and to determine build flags >> settings, but none of these check that pkg-config itself is present. >> Add a check for all 4 of these targets and update >> Documentation/process/changes.rst to mention 'pkg-config'. >> >> Fixes kernel bugzilla #77511: >> https://bugzilla.kernel.org/show_bug.cgi?id=77511 >> >> Signed-off-by: Randy Dunlap <rdun...@infradead.org> >> Cc: Bjørn Forsman <bjorn.fors...@gmail.com> >> --- >> Strictly speaking, pkg-config is not required if someone is only >> using 'make {menu,n}config' since there are fallbacks for those >> two targets. >>
OK, I made your suggested changes and will test it later and then resend it. thanks, -- ~Randy