summaryrefslogtreecommitdiff
path: root/mk/help.mk
diff options
context:
space:
mode:
authorAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2011-09-02 13:33:57 +0200
committerAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2011-09-02 13:33:57 +0200
commitb98d932eafac9781487f50975711472cd452197e (patch)
treec5e861418292ac5376878c5e93ac7357fd6fd15d /mk/help.mk
parenta333f1c61aa9d8187d8bdc91736682866f09613c (diff)
downloadembtoolkit-b98d932eafac9781487f50975711472cd452197e.tar.gz
embtoolkit-b98d932eafac9781487f50975711472cd452197e.tar.bz2
embtoolkit-b98d932eafac9781487f50975711472cd452197e.tar.xz
Build system: generalize use of embtk_{pinfo,perror,pwarning} in place of existing print macros
Signed-off-by: Abdoulaye Walsimou Gaye <awg@embtoolkit.org>
Diffstat (limited to 'mk/help.mk')
-rw-r--r--mk/help.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/mk/help.mk b/mk/help.mk
index ab4f31c..78708cf 100644
--- a/mk/help.mk
+++ b/mk/help.mk
@@ -24,7 +24,7 @@
################################################################################
help:
- $(call embtk_generic_msg,"Embedded systems Toolkit help. Please \
+ $(call embtk_pinfo,"Embedded systems Toolkit help. Please \
visit - http://embtoolkit.org - for more details")
@echo " ---------------------------"
@echo "| Building and configuring: |"