From 1df013316bfbb2a51246fb6dbfd50f9ac42869f0 Mon Sep 17 00:00:00 2001 From: Bernhard Fischer Date: Wed, 9 Jul 2008 13:28:24 +0200 Subject: [PATCH] add knob to force a rebuild of the kernel Makes development easier. Thanks to Brian Beattie for this handy idea. --- target/linux/Makefile.in | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/target/linux/Makefile.in b/target/linux/Makefile.in index 22bbcb9..aa37ead 100644 --- a/target/linux/Makefile.in +++ b/target/linux/Makefile.in @@ -256,6 +256,10 @@ linux26-config: host-sed $(LINUX26_DIR)/.configured linux26-update: cp -dpf $(LINUX26_DIR)/.config $(LINUX26_KCONFIG) +# force rebuild +linux26-force: + touch $(LINUX26_DIR)/.configured + # This has been renamed so we do _NOT_ by default run this on 'make clean' linux26clean: rm -f $(LINUX26_KERNEL) $(LINUX26_DIR)/.configured -- 2.11.4.GIT