From: "Jérôme Pouiller" <jezz@sysmic.org>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH] Fix bug with dependencies of *-rebuild and *-reconfigure
Date: Mon, 13 May 2013 17:25:41 +0200 [thread overview]
Message-ID: <1368458741-8838-1-git-send-email-jezz@sysmic.org> (raw)
If targets $PKG-rebuild or $PKG-reconfigure are launched on a not fully built
directory, Buildroot finish build of all packages instead of only build asked
package.
Signed-off-by: J?r?me Pouiller <jezz@sysmic.org>
---
package/pkg-generic.mk | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/package/pkg-generic.mk b/package/pkg-generic.mk
index b55b5f0..d25797c 100644
--- a/package/pkg-generic.mk
+++ b/package/pkg-generic.mk
@@ -437,12 +437,12 @@ endif
rm -f $$($(2)_TARGET_INSTALL_IMAGES)
rm -f $$($(2)_TARGET_INSTALL_HOST)
-$(1)-rebuild: $(1)-clean-for-rebuild all
+$(1)-rebuild: $(1)-clean-for-rebuild $(1)
$(1)-clean-for-reconfigure: $(1)-clean-for-rebuild
rm -f $$($(2)_TARGET_CONFIGURE)
-$(1)-reconfigure: $(1)-clean-for-reconfigure all
+$(1)-reconfigure: $(1)-clean-for-reconfigure $(1)
# define the PKG variable for all targets, containing the
# uppercase package variable prefix
--
1.7.9.5
next reply other threads:[~2013-05-13 15:25 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-05-13 15:25 Jérôme Pouiller [this message]
2013-08-13 10:11 ` [Buildroot] [PATCH] Fix bug with dependencies of *-rebuild and *-reconfigure Thomas Petazzoni
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=1368458741-8838-1-git-send-email-jezz@sysmic.org \
--to=jezz@sysmic.org \
--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