summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorLuca Ceresoli2012-02-17 17:12:48 +0100
committerPeter Korsgaard2012-02-19 23:05:34 +0100
commiteb8fad28055b94906e0690f4ae789fbd30bafd17 (patch)
tree672097abd9e07e539207b4ef73e2f7fbe5f5b40e /Makefile
parentlinux-firmware: add support for the atheros ar9271 firmware (diff)
downloadbuildroot-eb8fad28055b94906e0690f4ae789fbd30bafd17.tar.gz
buildroot-eb8fad28055b94906e0690f4ae789fbd30bafd17.tar.xz
buildroot-eb8fad28055b94906e0690f4ae789fbd30bafd17.zip
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