Explorar o código

linux-advanced: add linux26-force like in the simple linux makefile

Patch by Brian Beattie.
Peter Korsgaard %!s(int64=17) %!d(string=hai) anos
pai
achega
38e12fd263
Modificáronse 1 ficheiros con 4 adicións e 0 borrados
  1. 4 0
      target/linux/Makefile.in.advanced

+ 4 - 0
target/linux/Makefile.in.advanced

@@ -454,6 +454,10 @@ linux26-config: host-sed $(LINUX26_DIR)/.configured
 linux26-update:
 linux26-update:
 	cp -dpf $(LINUX26_DIR)/.config $(LINUX26_KCONFIG)
 	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'
 # This has been renamed so we do _NOT_ by default run this on 'make clean'
 linux26clean:
 linux26clean:
 	rm -f $(LINUX26_KERNEL) $(LINUX26_DIR)/.configured
 	rm -f $(LINUX26_KERNEL) $(LINUX26_DIR)/.configured