summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2014-04-20 12:12:18 +0200
committerAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2014-04-20 12:12:18 +0200
commite4a7620e06836b14f93c1f4e06e290e7cd27d240 (patch)
tree0eb2d2207a217f79b6afe4dce4de32fa9faa1a58
parentbb5839a2ffc65b549a892506517f3257cf16d4a0 (diff)
downloadembtoolkit-e4a7620e06836b14f93c1f4e06e290e7cd27d240.tar.gz
embtoolkit-e4a7620e06836b14f93c1f4e06e290e7cd27d240.tar.bz2
embtoolkit-e4a7620e06836b14f93c1f4e06e290e7cd27d240.tar.xz
RootFS: tweak displayed message after successful build
Signed-off-by: Abdoulaye Walsimou Gaye <awg@embtoolkit.org>
-rw-r--r--core/mk/rootfs/rootfs.mk5
1 files changed, 3 insertions, 2 deletions
diff --git a/core/mk/rootfs/rootfs.mk b/core/mk/rootfs/rootfs.mk
index c8b05d4..776f07a 100644
--- a/core/mk/rootfs/rootfs.mk
+++ b/core/mk/rootfs/rootfs.mk
@@ -184,8 +184,9 @@ __rootfs_prebuild_targets += $(strip $(if $(CONFIG_EMBTK_TARGET_STRIPPED), \
__rootfs_components_strip))
define __rootfs_build_end
- $(call embtk_pinfo,"Selected root filesystems built successfully...")
- $(if $(findstring rootfs_build,$(MAKECMDGOALS)),$(help_rootfs_summary))
+ $(if $(findstring rootfs_build,$(MAKECMDGOALS)),
+ $(call embtk_pinfo,"Selected root filesystems built successfully...")
+ $(help_rootfs_summary))
endef
rootfs_build: toolchain_install host_packages_build $(__rootfs_prebuild_targets)