Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] Add help target to target/linux/Makefile.in
@ 2008-08-13 19:40 Brian Beattie
  0 siblings, 0 replies; only message in thread
From: Brian Beattie @ 2008-08-13 19:40 UTC (permalink / raw)
  To: buildroot

This patch adds the target "linux26-help" to target/linux/Makefile.in
which lists the targets avail for the kernel, be cause I can never
remember them.
-- 
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 23076)
+++ target/linux/Makefile.in.advanced	(working copy)
@@ -511,3 +511,23 @@
 	@echo KERNEL_EXT=$(KERNEL_EXT)
 
 endif
+
+linux26-help:
+	@echo 
+	@echo "==================="
+	@echo "linux26 targets"
+	@echo
+	@echo "linux26-menuconfig - Run menuconfig for kernel"
+	@echo "linux26-xconfig    - Run xconfig for kernel"
+	@echo "linux26            - Make kernel"
+	@echo "linux26-modules    - Make kernel modules"
+	@echo "linux26-source     - Get kernel source distribution"
+	@echo "linux26-unpacked   - Unpack kernel source and apply patches"
+	@echo "linux26-config     - Configure kernel"
+	@echo "linux26-update     - Save current kernel configuration"
+	@echo "linux26-force      - Force complete kernel build on next \"make
\""
+	@echo "linux26clean       - Mark kernel source unconfigured and run
\"make clean\""
+	@echo "linux26-dirclean   - Remove kernel source directory"
+	@echo 
+
+HELP_TARGETS+=linux26-help

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2008-08-13 19:40 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-08-13 19:40 [Buildroot] [PATCH] Add help target to target/linux/Makefile.in Brian Beattie

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox