From 1b9b168562be3466cea2a2e31691c51223a7f88a Mon Sep 17 00:00:00 2001 From: Luca Ceresoli Date: Mon, 8 Apr 2013 06:50:14 +0000 Subject: post-build: show each script filename before execution This also simplifies code by removing the ifneq/endif clauses. [Peter: drop extra space] Signed-off-by: Luca Ceresoli Tested-by: "Yann E. MORIN" Acked-by: "Yann E. MORIN" Signed-off-by: Peter Korsgaard --- Makefile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 0a91658db..e825bcdfa 100644 --- a/Makefile +++ b/Makefile @@ -509,11 +509,9 @@ endif $${dir}/ $(TARGET_DIR); \ done -ifneq ($(BR2_ROOTFS_POST_BUILD_SCRIPT),"") - @$(call MESSAGE,"Executing post-build script\(s\)") @$(foreach s, $(call qstrip,$(BR2_ROOTFS_POST_BUILD_SCRIPT)), \ + $(call MESSAGE,"Executing post-build script $(s)"); \ $(s) $(TARGET_DIR)$(sep)) -endif ifeq ($(BR2_ENABLE_LOCALE_PURGE),y) LOCALE_WHITELIST=$(BUILD_DIR)/locales.nopurge -- cgit v1.2.3