* [Buildroot] Patch target/linux/Makefile.in.advanced
@ 2008-07-12 15:02 Brian Beattie
2008-07-13 6:33 ` Peter Korsgaard
0 siblings, 1 reply; 2+ messages in thread
From: Brian Beattie @ 2008-07-12 15:02 UTC (permalink / raw)
To: buildroot
The included patch adds the linux26-force target to
target/linux/Makefile.in.advanced like it was added to
target/linux/Makefile.in
--
A: Because it messes up the order in which people normally read text.
Q: Why is top-posting a bad thing?
Brian Beattie LFS12947 | "Honor isn't about making the right choices.
beattie at beattie-home.net | It's about dealing with the consequences."
www.beattie-home.net | -- Midori Koto
--------------------- patch -------------------------------
Index: target/linux/Makefile.in.advanced
===================================================================
--- target/linux/Makefile.in.advanced (revision 22802)
+++ target/linux/Makefile.in.advanced (working copy)
@@ -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
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2008-07-13 6:33 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-07-12 15:02 [Buildroot] Patch target/linux/Makefile.in.advanced Brian Beattie
2008-07-13 6:33 ` Peter Korsgaard
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox