summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authorAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2011-12-31 21:56:24 +0100
committerAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2011-12-31 21:56:24 +0100
commit95a515acb73a66aa29ba9c8163793414d39ac7ef (patch)
tree6cc03bb44210459aa76579106e1840337afafdfd /mk
parentfc47d4271207f221e5b836b3ff1165ef7ea4611a (diff)
downloadembtoolkit-95a515acb73a66aa29ba9c8163793414d39ac7ef.tar.gz
embtoolkit-95a515acb73a66aa29ba9c8163793414d39ac7ef.tar.bz2
embtoolkit-95a515acb73a66aa29ba9c8163793414d39ac7ef.tar.xz
Build system: remove unused macros EMBTK_DECOMPRESS_MSG and EMBTK_CONFIGURE_MSG
Signed-off-by: Abdoulaye Walsimou Gaye <awg@embtoolkit.org>
Diffstat (limited to 'mk')
-rw-r--r--mk/macros.mk16
1 files changed, 0 insertions, 16 deletions
diff --git a/mk/macros.mk b/mk/macros.mk
index 344a6ac..dbce682 100644
--- a/mk/macros.mk
+++ b/mk/macros.mk
@@ -67,22 +67,6 @@ __embtk_mk_pathexist = $(shell test -e $(1) && echo y)
#
__embtk_mk_pathnotexist = $(shell test -e $(1) || echo y)
-#Decompress message
-#usage $(call EMBTK_DECOMPRESS_MSG,$(NAME_PACKAGE))
-define EMBTK_DECOMPRESS_MSG
- $(call embtk_echo_blue,"################################################################################")
- $(call embtk_echo_blue,"# EmbToolkit # Decompressing $(1)")
- $(call embtk_echo_blue,"################################################################################")
-endef
-
-#Configure message
-#usage $(call EMBTK_CONFIGURE_MSG,$(NAME_PACKAGE))
-define EMBTK_CONFIGURE_MSG
- $(call embtk_echo_blue,"################################################################################")
- $(call embtk_echo_blue,"# EmbToolkit # Configuring $(1)")
- $(call embtk_echo_blue,"################################################################################")
-endef
-
#Build message
#usage $(call EMBTK_BUILD_MSG,$(NAME_PACKAGE))
define EMBTK_BUILD_MSG