Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] Makefile: add help for the *-update-config and *-update-defconfig targets
@ 2012-02-28 13:22 Alexandre Pereira da Silva
  2012-02-28 15:49 ` Thomas De Schampheleire
  2012-02-28 22:52 ` Thomas Petazzoni
  0 siblings, 2 replies; 4+ messages in thread
From: Alexandre Pereira da Silva @ 2012-02-28 13:22 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Alexandre Pereira da Silva <aletes.xgr@gmail.com>
---
 Makefile |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/Makefile b/Makefile
index ded7cab..028c98a 100644
--- a/Makefile
+++ b/Makefile
@@ -671,13 +671,17 @@ help:
 	@echo '  allnopackageconfig     - New config where package options are answered with no'
 ifeq ($(BR2_PACKAGE_BUSYBOX),y)
 	@echo '  busybox-menuconfig     - Run BusyBox menuconfig'
+	@echo '  busybox-update-config  - Update BusyBox configuration'
 endif
 ifeq ($(BR2_LINUX_KERNEL),y)
 	@echo '  linux-menuconfig       - Run Linux kernel menuconfig'
 	@echo '  linux-savedefconfig    - Run Linux kernel savedefconfig'
+	@echo '  linux-update-config    - Update Linux kernel configuration'
+	@echo '  linux-update-defconfig - Update Linux kernel defconfig'
 endif
 ifeq ($(BR2_TOOLCHAIN_BUILDROOT),y)
 	@echo '  uclibc-menuconfig      - Run uClibc menuconfig'
+	@echo '  uclibc-update-config   - Update uClibc configuration'
 endif
 ifeq ($(BR2_TOOLCHAIN_CTNG),y)
 	@echo '  ctng-menuconfig        - Run crosstool-NG menuconfig'
-- 
1.7.9

^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2012-02-28 22:52 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-02-28 13:22 [Buildroot] [PATCH] Makefile: add help for the *-update-config and *-update-defconfig targets Alexandre Pereira da Silva
2012-02-28 15:49 ` Thomas De Schampheleire
2012-02-28 21:48   ` Arnout Vandecappelle
2012-02-28 22:52 ` Thomas Petazzoni

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