[Buildroot] svn commit: trunk/buildroot/target/linux

jacmet at uclibc.org jacmet at uclibc.org
Sun Jul 13 06:33:00 UTC 2008


Author: jacmet
Date: 2008-07-12 23:32:58 -0700 (Sat, 12 Jul 2008)
New Revision: 22821

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

Patch by Brian Beattie.

Modified:
   trunk/buildroot/target/linux/Makefile.in.advanced


Changeset:
Modified: trunk/buildroot/target/linux/Makefile.in.advanced
===================================================================
--- trunk/buildroot/target/linux/Makefile.in.advanced	2008-07-12 23:47:24 UTC (rev 22820)
+++ trunk/buildroot/target/linux/Makefile.in.advanced	2008-07-13 06:32:58 UTC (rev 22821)
@@ -454,6 +454,10 @@
 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




More information about the buildroot mailing list