[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <3263f1a5a7e97b7db424ddd429698a23f8ec665b.1252075736.git.mmarek@suse.cz>
Date: Fri, 4 Sep 2009 16:51:33 +0200
From: Michal Marek <mmarek@...e.cz>
To: sam@...nborg.org
Cc: linux-kernel@...r.kernel.org, linux-kbuild@...r.kernel.org,
akpm@...ux-foundation.org, Jan Beulich <JBeulich@...ell.com>
Subject: [PATCH 2/2] kbuild: rebuild fix for Makefile.modbuiltin
From: Jan Beulich <JBeulich@...ell.com>
This patch addresses an issue with rebuilds failing to re-generate
modules.builtin files after altering config options.
Signed-off-by: Jan Beulich <JBeulich@...ell.com>
Signed-off-by: Michal Marek <mmarek@...e.cz>
---
scripts/Makefile.modbuiltin | 6 +++++-
1 files changed, 5 insertions(+), 1 deletions(-)
diff --git a/scripts/Makefile.modbuiltin b/scripts/Makefile.modbuiltin
index 55e1885..cc39366 100644
--- a/scripts/Makefile.modbuiltin
+++ b/scripts/Makefile.modbuiltin
@@ -31,9 +31,13 @@ modbuiltin-cmds = \
for m in $(modbuiltin-mods); do echo kernel/$$m; done; \
cat /dev/null $(modbuiltin-subdirs);
-$(modbuiltin-target): $(subdir-ym)
+$(modbuiltin-target): $(subdir-ym) FORCE
$(Q)($(modbuiltin-cmds)) > $@
+PHONY += FORCE
+
+FORCE:
+
# Descending
# ---------------------------------------------------------------------------
--
1.6.3.3
--
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