summaryrefslogtreecommitdiff
path: root/core/mk
diff options
context:
space:
mode:
authorAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2014-05-08 12:42:35 +0200
committerAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2014-05-08 12:42:53 +0200
commit1ad4c371b3bb486983f59d174ac65453793db802 (patch)
treef359743b48d2a2af46740f0074794111c3ccf9ea /core/mk
parentbc3b46922b231f18d27289eb575a9d1393335772 (diff)
downloadembtoolkit-1ad4c371b3bb486983f59d174ac65453793db802.tar.gz
embtoolkit-1ad4c371b3bb486983f59d174ac65453793db802.tar.bz2
embtoolkit-1ad4c371b3bb486983f59d174ac65453793db802.tar.xz
Build system: tweak (again) help displayed when the build starts
Signed-off-by: Abdoulaye Walsimou Gaye <awg@embtoolkit.org>
Diffstat (limited to 'core/mk')
-rw-r--r--core/mk/macros.mk12
1 files changed, 6 insertions, 6 deletions
diff --git a/core/mk/macros.mk b/core/mk/macros.mk
index fc9d2db..fe4bacf 100644
--- a/core/mk/macros.mk
+++ b/core/mk/macros.mk
@@ -153,11 +153,11 @@ define help_toolchain_summary
$(if $(CONFIG_EMBTK_HAVE_STRACE),
$(call embtk_echo_blue,"\tStrace : strace-$(call __embtk_pkg_version,strace)"))
$(call embtk_echo_blue,"\tToolchain location :")
- $(call embtk_echo_blue,"\t|\`-->generated")
- $(call embtk_echo_blue,"\t| |\`-->[ sysroot ] $(notdir $(embtk_sysroot))")
- $(call embtk_echo_blue,"\t| \`-->[ xtools ] $(notdir $(embtk_tools))")
- $(call embtk_echo_blue,"\t\`-->generated/toolchains")
- $(call embtk_echo_blue,"\t \`-->[ tarball ] toolchain-$(__xtools_archos)-$(__xtools_bins)-$(__xtools_env)")
+ $(call embtk_echo_blue,"\t├── generated")
+ $(call embtk_echo_blue,"\t│ ├─[ sysroot ] $(notdir $(embtk_sysroot))")
+ $(call embtk_echo_blue,"\t│ └─[ xtools ] $(notdir $(embtk_tools))")
+ $(call embtk_echo_blue,"\t└── generated/toolchains")
+ $(call embtk_echo_blue,"\t └─[ tarball ] toolchain-$(__xtools_archos)-$(__xtools_bins)-$(__xtools_env)")
endef
define help_rootfs_summary
@@ -174,7 +174,7 @@ define help_rootfs_summary
$(call embtk_echo_blue,"\tsquashFS : $(if $(CONFIG_EMBTK_ROOTFS_HAVE_SQUASHFS),Yes,No)")
$(call embtk_echo_blue,"\tJFFS2 : $(if $(CONFIG_EMBTK_ROOTFS_HAVE_JFFS2),Yes,No)")
$(call embtk_echo_blue,"\tImages location:")
- $(call embtk_echo_blue,"\t\`-->generated"))
+ $(call embtk_echo_blue,"\t└── generated"))
endef
define help_successful_build