Searched hist:"88 d7be031f9f975bb3f50a0b5ef3796a671e7edf" (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/ |
H A D | Makefile | 43f67c98161c65f1b2e3af3a9ce6741850072c06 Tue May 10 17:47:16 CDT 2011 Kevin Cernekee <cernekee@gmail.com> kbuild: Fix GNU make v3.80 compatibility
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@gmail.com> Cc: stable@kernel.org Signed-off-by: Michal Marek <mmarek@suse.cz> 88d7be031f9f975bb3f50a0b5ef3796a671e7edf Mon Sep 06 05:00:08 CDT 2010 Michal Marek <mmarek@suse.cz> kbuild: Use a single clean rule for kernel and external modules
The list of patterns for the external modules case was constantly lagging behind.
Signed-off-by: Michal Marek <mmarek@suse.cz>
|