summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorLuca Ceresoli <luca@lucaceresoli.net>2012-02-17 17:12:48 +0100
committerPeter Korsgaard <jacmet@sunsite.dk>2012-02-19 23:05:34 +0100
commiteb8fad28055b94906e0690f4ae789fbd30bafd17 (patch)
tree672097abd9e07e539207b4ef73e2f7fbe5f5b40e /Makefile
parent25d88d92814aae41c97a95e5c6be1373125b4f7e (diff)
Print a message before executing the post-build script
Signed-off-by: Luca Ceresoli <luca@lucaceresoli.net> Acked-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 8a8b6760c..d5cd8f03d 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