From eb8fad28055b94906e0690f4ae789fbd30bafd17 Mon Sep 17 00:00:00 2001 From: Luca Ceresoli Date: Fri, 17 Feb 2012 17:12:48 +0100 Subject: Print a message before executing the post-build script Signed-off-by: Luca Ceresoli Acked-by: Arnout Vandecappelle (Essensium/Mind) Signed-off-by: Peter Korsgaard --- Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile') 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 -- cgit v1.2.3