From 38e12fd2636cf0c0b91ed956857f323a86ffab22 Mon Sep 17 00:00:00 2001 From: Peter Korsgaard Date: Sun, 13 Jul 2008 06:32:58 +0000 Subject: linux-advanced: add linux26-force like in the simple linux makefile Patch by Brian Beattie. --- target/linux/Makefile.in.advanced | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/target/linux/Makefile.in.advanced b/target/linux/Makefile.in.advanced index d75f2e982..9a3a69a50 100644 --- a/target/linux/Makefile.in.advanced +++ b/target/linux/Makefile.in.advanced @@ -454,6 +454,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 -- cgit v1.2.3