summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorLuca Ceresoli <luca@lucaceresoli.net>2013-04-08 06:50:14 +0000
committerPeter Korsgaard <jacmet@sunsite.dk>2013-04-24 22:13:29 +0200
commit1b9b168562be3466cea2a2e31691c51223a7f88a (patch)
treeadea72cc567fde7fb88fac89673c6f5d3df7c7bc /Makefile
parent536ac0f7aaaef63e4c749219125fd1eeed5e76ab (diff)
downloadbuildroot-novena-1b9b168562be3466cea2a2e31691c51223a7f88a.tar.gz
buildroot-novena-1b9b168562be3466cea2a2e31691c51223a7f88a.zip
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 <luca@lucaceresoli.net> Tested-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Acked-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 1 insertions, 3 deletions
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