* [Buildroot] [PATCH] Fix bug with dependencies of *-rebuild and *-reconfigure
@ 2013-05-13 15:25 Jérôme Pouiller
2013-08-13 10:11 ` Thomas Petazzoni
0 siblings, 1 reply; 2+ messages in thread
From: Jérôme Pouiller @ 2013-05-13 15:25 UTC (permalink / raw)
To: buildroot
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
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [Buildroot] [PATCH] Fix bug with dependencies of *-rebuild and *-reconfigure
2013-05-13 15:25 [Buildroot] [PATCH] Fix bug with dependencies of *-rebuild and *-reconfigure Jérôme Pouiller
@ 2013-08-13 10:11 ` Thomas Petazzoni
0 siblings, 0 replies; 2+ messages in thread
From: Thomas Petazzoni @ 2013-08-13 10:11 UTC (permalink / raw)
To: buildroot
Dear J?r?me Pouiller,
On Mon, 13 May 2013 17:25:41 +0200, J?r?me Pouiller wrote:
> 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>
Applied to the next branch, after rewording the commit message. This
patch is not fixing a bug at all, it's changing what was an intended
behavior.
Thanks!
Thomas
--
Thomas Petazzoni, Free Electrons
Kernel, drivers, real-time and embedded Linux
development, consulting, training and support.
http://free-electrons.com
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2013-08-13 10:11 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-05-13 15:25 [Buildroot] [PATCH] Fix bug with dependencies of *-rebuild and *-reconfigure Jérôme Pouiller
2013-08-13 10:11 ` Thomas Petazzoni
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox