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

This patch adds the target "linux26-help" which will list the targets
available, because I can never keep track of 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
===================================================================
--- target/linux/Makefile.in	(revision 23076)
+++ target/linux/Makefile.in	(working copy)
@@ -246,3 +246,23 @@
 	rm -rf $(LINUX26_DIR)
 
 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:38 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:38 [Buildroot] [PATCH] Add help target to Makefile.in.advanced Brian Beattie

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.