summaryrefslogtreecommitdiff
path: root/core/mk/help.mk
diff options
context:
space:
mode:
authorAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2014-04-19 23:02:22 +0200
committerAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2014-04-19 23:02:22 +0200
commit550c8689fd474a8e7973ddd7632c6aa09a046a74 (patch)
tree0c3f04cd1ca1ba1c6cc8e93edca5ca8e8d5eb4e1 /core/mk/help.mk
parent14076951f68d9de70e4fb8617e2aa98c19a65c2e (diff)
downloadembtoolkit-550c8689fd474a8e7973ddd7632c6aa09a046a74.tar.gz
embtoolkit-550c8689fd474a8e7973ddd7632c6aa09a046a74.tar.bz2
embtoolkit-550c8689fd474a8e7973ddd7632c6aa09a046a74.tar.xz
Commize rootfs and toolchain summaries
Signed-off-by: Abdoulaye Walsimou Gaye <awg@embtoolkit.org>
Diffstat (limited to 'core/mk/help.mk')
-rw-r--r--core/mk/help.mk25
1 files changed, 4 insertions, 21 deletions
diff --git a/core/mk/help.mk b/core/mk/help.mk
index 02ccd6a..e826661 100644
--- a/core/mk/help.mk
+++ b/core/mk/help.mk
@@ -72,33 +72,16 @@ help:
# Successful build of EmbToolkit message
successful_build:
- $(call embtk_echo_blue," ~~~~~~~~~~~~~~~~~~~~~ ")
- $(call embtk_echo_blue,"| Toolchain build log |")
- $(call embtk_echo_blue," ~~~~~~~~~~~~~~~~~~~~~ ")
- $(call embtk_echo_blue,"$(GNU_TARGET) ($(EMBTK_MCU_FLAG)) toolchain successfully generated.")
- $(call embtk_echo_blue,"Generated tools (compilers, Binutils, etc.) are in:")
- $(call embtk_echo_blue," $(embtk_tools)/bin")
- $(call embtk_echo_blue,"The packaged toolchain (for external use) is in:")
- $(call embtk_echo_blue," $(embtk_generated)")
- @echo
- $(call embtk_echo_blue," ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ")
- $(call embtk_echo_blue,"| Root file system build log |")
- $(call embtk_echo_blue," ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ")
-ifeq ($(CONFIG_EMBTK_HAVE_ROOTFS),y)
- $(call embtk_echo_blue,"Generated root filesystems are located in the")
- $(call embtk_echo_blue,"'generated' sub-directory of EmbToolkit.")
-else
- $(call embtk_echo_green,"Build of root filesystem not selected.")
-endif
- @echo
+ $(help_toolchain_summary)
+ $(help_rootfs_summary)
$(call embtk_echo_blue," ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ")
$(call embtk_echo_blue,"| Embedded systems Toolkit |")
$(call embtk_echo_blue," ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ")
$(call embtk_echo_blue,"We hope that EmbToolkit will be useful for your project !!!")
$(call embtk_echo_blue,"We will be happy to know it at embtk-users@embtoolkit.org")
+ @echo
$(call embtk_echo_blue,"Please report any bugs/suggestion at:")
$(call embtk_echo_blue," $(EMBTK_BUGURL)")
- $(call embtk_echo_blue,"You can also visit the wiki at:")
+ $(call embtk_echo_blue,"You can also visit the project web site at:")
$(call embtk_echo_blue," http://www.embtoolkit.org")
- @echo
$(call embtk_echo_blue,$(__embtk_msg_h))