All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] Print a message before executing the post-build script
@ 2012-02-17 16:12 Luca Ceresoli
  2012-02-18 11:33 ` Arnout Vandecappelle
  2012-02-19 22:06 ` Peter Korsgaard
  0 siblings, 2 replies; 3+ messages in thread
From: Luca Ceresoli @ 2012-02-17 16:12 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Luca Ceresoli <luca@lucaceresoli.net>
---
 Makefile |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/Makefile b/Makefile
index 7d8dd2e..7785d01 100644
--- a/Makefile
+++ b/Makefile
@@ -480,6 +480,7 @@ endif
 	echo $(BR2_VERSION_FULL) > $(TARGET_DIR)/etc/br-version
 
 ifneq ($(BR2_ROOTFS_POST_BUILD_SCRIPT),"")
+	@$(call MESSAGE,"Executing post-build script")
 	$(BR2_ROOTFS_POST_BUILD_SCRIPT) $(TARGET_DIR)
 endif
 
-- 
1.7.5.4

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

* [Buildroot] [PATCH] Print a message before executing the post-build script
  2012-02-17 16:12 [Buildroot] [PATCH] Print a message before executing the post-build script Luca Ceresoli
@ 2012-02-18 11:33 ` Arnout Vandecappelle
  2012-02-19 22:06 ` Peter Korsgaard
  1 sibling, 0 replies; 3+ messages in thread
From: Arnout Vandecappelle @ 2012-02-18 11:33 UTC (permalink / raw)
  To: buildroot

On Friday 17 February 2012 17:12:48 Luca Ceresoli wrote:
> Signed-off-by: Luca Ceresoli <luca@lucaceresoli.net>
Acked-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>

 It would be nice to do the same for the other target-% targets.


 Regards,
 Arnout

-- 
Arnout Vandecappelle                               arnout at mind be
Senior Embedded Software Architect                 +32-16-286540
Essensium/Mind                                     http://www.mind.be
G.Geenslaan 9, 3001 Leuven, Belgium                BE 872 984 063 RPR Leuven
LinkedIn profile: http://www.linkedin.com/in/arnoutvandecappelle
GPG fingerprint:  7CB5 E4CC 6C2E EFD4 6E3D A754 F963 ECAB 2450 2F1F
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.busybox.net/pipermail/buildroot/attachments/20120218/f24ef862/attachment.html>

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

* [Buildroot] [PATCH] Print a message before executing the post-build script
  2012-02-17 16:12 [Buildroot] [PATCH] Print a message before executing the post-build script Luca Ceresoli
  2012-02-18 11:33 ` Arnout Vandecappelle
@ 2012-02-19 22:06 ` Peter Korsgaard
  1 sibling, 0 replies; 3+ messages in thread
From: Peter Korsgaard @ 2012-02-19 22:06 UTC (permalink / raw)
  To: buildroot

>>>>> "Luca" == Luca Ceresoli <luca@lucaceresoli.net> writes:

 Luca> Signed-off-by: Luca Ceresoli <luca@lucaceresoli.net>

Committed to next, thanks.

-- 
Bye, Peter Korsgaard

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

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

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-02-17 16:12 [Buildroot] [PATCH] Print a message before executing the post-build script Luca Ceresoli
2012-02-18 11:33 ` Arnout Vandecappelle
2012-02-19 22:06 ` Peter Korsgaard

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.