[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20110511114149.GH13293@sepie.suse.cz>
Date: Wed, 11 May 2011 13:41:49 +0200
From: Michal Marek <mmarek@...e.cz>
To: Kevin Cernekee <cernekee@...il.com>
Cc: linux-kbuild@...r.kernel.org, stable@...nel.org,
linux-kernel@...r.kernel.org
Subject: Re: [PATCH] kbuild: Fix GNU make v3.80 compatibility
On Tue, May 10, 2011 at 03:47:16PM -0700, Kevin Cernekee wrote:
> According to Documentation/Changes, the kernel should be buildable with
> GNU make 3.80+. Commit 88d7be031f9f975bb3f50a0b5ef3796a671e7edf (kbuild:
> Use a single clean rule for kernel and external modules) introduced the
> "$(or" construct, which requires make 3.81. This causes "make clean" to
> malfunction when it is used with external modules.
>
> Replace "$(or" with an equivalent "$(if" expression, to restore backward
> compatibility.
>
> Signed-off-by: Kevin Cernekee <cernekee@...il.com>
> Cc: stable@...nel.org
Pushed to kbuild-2.6.git#kbuild, thanks.
Michal
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists