[Buildroot] [git commit branch/next] Print a message before executing the post-build script

Peter Korsgaard jacmet at sunsite.dk
Sun Feb 19 22:05:34 UTC 2012


commit: http://git.buildroot.net/buildroot/commit/?id=eb8fad28055b94906e0690f4ae789fbd30bafd17
branch: http://git.buildroot.net/buildroot/commit/?id=refs/heads/next

Signed-off-by: Luca Ceresoli <luca at lucaceresoli.net>
Acked-by: Arnout Vandecappelle (Essensium/Mind) <arnout at mind.be>
Signed-off-by: Peter Korsgaard <jacmet at sunsite.dk>
---
 Makefile |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/Makefile b/Makefile
index 8a8b676..d5cd8f0 100644
--- a/Makefile
+++ b/Makefile
@@ -486,6 +486,7 @@ endif
 	) >  $(TARGET_DIR)/etc/os-release
 
 ifneq ($(BR2_ROOTFS_POST_BUILD_SCRIPT),"")
+	@$(call MESSAGE,"Executing post-build script")
 	$(BR2_ROOTFS_POST_BUILD_SCRIPT) $(TARGET_DIR)
 endif
 


More information about the buildroot mailing list