From: benoit.mauduit at gmail.com <benoit.mauduit@gmail.com>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH] busybox: Add busybox-xconfig and busybox-gconfig rules
Date: Mon, 16 May 2011 17:25:44 +0200 [thread overview]
Message-ID: <1305559544-4902-1-git-send-email-benoit.mauduit@gmail.com> (raw)
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
next reply other threads:[~2011-05-16 15:25 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-05-16 15:25 benoit.mauduit at gmail.com [this message]
2011-07-21 11:35 ` [Buildroot] [PATCH] busybox: Add busybox-xconfig and busybox-gconfig rules Benoît Mauduit
2011-07-24 21:57 ` Peter Korsgaard
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1305559544-4902-1-git-send-email-benoit.mauduit@gmail.com \
--to=benoit.mauduit@gmail.com \
--cc=buildroot@busybox.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox