[Buildroot] [PATCH] Print a message before executing the post-build script

Luca Ceresoli luca at lucaceresoli.net
Fri Feb 17 16:12:48 UTC 2012


Signed-off-by: Luca Ceresoli <luca at 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



More information about the buildroot mailing list