summaryrefslogtreecommitdiff
path: root/mk/macros.packages.mk
diff options
context:
space:
mode:
authorAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2012-01-01 13:37:37 +0100
committerAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2012-01-01 13:37:37 +0100
commit0ac4eefdf55927da17c44b038731929e71415ede (patch)
tree92fef277f24935beab2560ddd1c31d60bd8e500f /mk/macros.packages.mk
parent997d2d2de5073ee6f8a25ca749bdcc646d14af64 (diff)
downloadembtoolkit-0ac4eefdf55927da17c44b038731929e71415ede.tar.gz
embtoolkit-0ac4eefdf55927da17c44b038731929e71415ede.tar.bz2
embtoolkit-0ac4eefdf55927da17c44b038731929e71415ede.tar.xz
Build system: cosmetic changes on message printed while install package
Signed-off-by: Abdoulaye Walsimou Gaye <awg@embtoolkit.org>
Diffstat (limited to 'mk/macros.packages.mk')
-rw-r--r--mk/macros.packages.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/mk/macros.packages.mk b/mk/macros.packages.mk
index 1f0a6d8..e0ee806 100644
--- a/mk/macros.packages.mk
+++ b/mk/macros.packages.mk
@@ -337,7 +337,7 @@ __embtk_single_make_hostinstall = $(__embtk_pkg_makeenv) \
__embtk_autotoolspkg-y=$(2)
define __embtk_install_pkg_make
- $(call embtk_pinfo,"Compiling and installing $(__embtk_pkg_name)-$(__embtk_pkg_version) in your root filesystem...")
+ $(call embtk_pinfo,"Compile/Install $(__embtk_pkg_name)-$(__embtk_pkg_version) in your root filesystem...")
$(Q)$(if $(strip $(__embtk_pkg_deps)),$(MAKE) $(__embtk_pkg_deps))
$(Q)$(call embtk_download_pkg,$(1))
$(Q)$(call embtk_decompress_pkg,$(1))
@@ -354,7 +354,7 @@ define __embtk_install_pkg_make
$(Q)touch $(__embtk_pkg_dotinstalled_f)
endef
define __embtk_install_hostpkg_make
- $(call embtk_pinfo,"Compiling and installing $(__embtk_pkg_name)-$(__embtk_pkg_version) for host...")
+ $(call embtk_pinfo,"Compile/Install $(__embtk_pkg_name)-$(__embtk_pkg_version) for host...")
$(Q)$(if $(strip $(__embtk_pkg_deps)),$(MAKE) $(__embtk_pkg_deps))
$(Q)$(call embtk_download_pkg,$(1))
$(Q)$(call embtk_decompress_pkg,$(1))