Re: [PATCH - Regression] kbuild: fix make headers_check with make 3.80

2013-03-05 Thread Michal Marek
On 4.3.2013 21:36, Sam Ravnborg wrote: > Commit 10b63956 ("UAPI: Plumb the UAPI Kbuilds into the user header > installation and checking") introduced a dependency of make 3.81 > due to use of $(or ...) > > We do not want to lift the requirement to gmake 3.81 just yet... > Included are a straightfo

[PATCH - Regression] kbuild: fix make headers_check with make 3.80

2013-03-04 Thread Sam Ravnborg
Commit 10b63956 ("UAPI: Plumb the UAPI Kbuilds into the user header installation and checking") introduced a dependency of make 3.81 due to use of $(or ...) We do not want to lift the requirement to gmake 3.81 just yet... Included are a straightforward conversion to $(if ...) Bisected-and-tested-