Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] busybox: Add busybox-xconfig and busybox-gconfig rules
@ 2011-05-16 15:25 benoit.mauduit at gmail.com
  2011-07-21 11:35 ` Benoît Mauduit
  2011-07-24 21:57 ` Peter Korsgaard
  0 siblings, 2 replies; 3+ messages in thread
From: benoit.mauduit at gmail.com @ 2011-05-16 15:25 UTC (permalink / raw)
  To: buildroot

From: Benoit Mauduit <benoit.mauduit@openwide.fr>

---
 package/busybox/busybox.mk |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/package/busybox/busybox.mk b/package/busybox/busybox.mk
index 711d11b..b806cdb 100644
--- a/package/busybox/busybox.mk
+++ b/package/busybox/busybox.mk
@@ -165,8 +165,9 @@ endef
 
 $(eval $(call GENTARGETS,package,busybox))
 
-busybox-menuconfig: busybox-patch
-	$(BUSYBOX_MAKE_ENV) $(MAKE) $(BUSYBOX_MAKE_OPTS) -C $(BUSYBOX_DIR) menuconfig
+busybox-menuconfig busybox-xconfig busybox-gconfig: busybox-patch
+	$(BUSYBOX_MAKE_ENV) $(MAKE) $(BUSYBOX_MAKE_OPTS) -C $(BUSYBOX_DIR) \
+		$(subst busybox-,,$@)
 	rm -f $(BUSYBOX_DIR)/.stamp_built
 	rm -f $(BUSYBOX_DIR)/.stamp_target_installed
 
-- 
1.7.5.1

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

end of thread, other threads:[~2011-07-24 21:57 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-05-16 15:25 [Buildroot] [PATCH] busybox: Add busybox-xconfig and busybox-gconfig rules benoit.mauduit at gmail.com
2011-07-21 11:35 ` Benoît Mauduit
2011-07-24 21:57 ` Peter Korsgaard

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