From 6d90a69f6c58caff17c1de2f000b65f9bc5a9077 Mon Sep 17 00:00:00 2001 From: Luca Ceresoli Date: Mon, 8 Apr 2013 06:50:15 +0000 Subject: post-image: show each script filename before execution This also simplifies code by removing the ifneq/endif clauses. 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 e825bcdfa..840aa1fe9 100644 --- a/Makefile +++ b/Makefile @@ -555,11 +555,9 @@ target-generatelocales: host-localedef endif target-post-image: -ifneq ($(BR2_ROOTFS_POST_IMAGE_SCRIPT),"") - @$(call MESSAGE,"Executing post-image script\(s\)") @$(foreach s, $(call qstrip,$(BR2_ROOTFS_POST_IMAGE_SCRIPT)), \ + $(call MESSAGE,"Executing post-image script $(s)"); \ $(s) $(BINARIES_DIR)$(sep)) -endif toolchain-eclipse-register: ./support/scripts/eclipse-register-toolchain `readlink -f $(O)` $(notdir $(TARGET_CROSS)) $(BR2_ARCH) -- cgit v1.2.3