summaryrefslogtreecommitdiff
path: root/mk/zlib_host.mk
diff options
context:
space:
mode:
authorAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2012-11-06 00:32:01 +0100
committerAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2012-11-06 00:32:01 +0100
commit97699bff68f5ebc849268ca07fec6d9ffe36801c (patch)
tree59a9cf6f439822b8cf6d231870aaf20257428131 /mk/zlib_host.mk
parent30b2b8a6394777068c3a327b66005c8737735d4b (diff)
downloadembtoolkit-97699bff68f5ebc849268ca07fec6d9ffe36801c.tar.gz
embtoolkit-97699bff68f5ebc849268ca07fec6d9ffe36801c.tar.bz2
embtoolkit-97699bff68f5ebc849268ca07fec6d9ffe36801c.tar.xz
Packages: use embtk_cleanup_{pkgname} whenever possible
Signed-off-by: Abdoulaye Walsimou Gaye <awg@embtoolkit.org>
Diffstat (limited to 'mk/zlib_host.mk')
-rw-r--r--mk/zlib_host.mk6
1 files changed, 5 insertions, 1 deletions
diff --git a/mk/zlib_host.mk b/mk/zlib_host.mk
index 4399bc5..9c7b1a5 100644
--- a/mk/zlib_host.mk
+++ b/mk/zlib_host.mk
@@ -49,5 +49,9 @@ define embtk_beforeinstall_zlib_host
$(embtk_configure_zlib_host)
endef
-zlib_host_clean:
+define embtk_cleanup_zlib_host
$(call embtk_pinfo,"Clean up zlib for host")
+endef
+
+zlib_host_clean:
+ $(embtk_cleanup_zlib_host)