From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756930Ab3CEOqu (ORCPT ); Tue, 5 Mar 2013 09:46:50 -0500 Received: from cantor2.suse.de ([195.135.220.15]:43370 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755450Ab3CEOqs (ORCPT ); Tue, 5 Mar 2013 09:46:48 -0500 Message-ID: <51360554.10509@suse.cz> Date: Tue, 05 Mar 2013 15:46:44 +0100 From: Michal Marek User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:13.0) Gecko/20120614 Thunderbird/13.0.1 MIME-Version: 1.0 To: Sam Ravnborg Cc: linux-kbuild , Tetsuo Handa , David Howells , lkml , arnd@arndb.de, tglx@linutronix.de, paulmck@linux.vnet.ibm.com, davej@redhat.com Subject: Re: [PATCH - Regression] kbuild: fix make headers_check with make 3.80 References: <20130304203624.GA10846@merkur.ravnborg.org> In-Reply-To: <20130304203624.GA10846@merkur.ravnborg.org> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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 straightforward conversion to $(if ...) > > Bisected-and-tested-by: Tetsuo Handa > Cc: David Howells > Signed-off-by: Sam Ravnborg > --- Thanks, Sam. I applied the patch to kbuild.git#kbuild and will send it to Linus. Michal