summaryrefslogtreecommitdiff
path: root/mk/gperf_host.mk
diff options
context:
space:
mode:
authorAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2012-02-05 15:16:51 +0100
committerAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2012-02-05 15:21:01 +0100
commit3c4f91a59db330595919efecf54aade16e3b6f23 (patch)
treef000df8f2cd6a0e04f1490637e3a3076f77831be /mk/gperf_host.mk
parenteab582ccd77ccf4f8d9b4871d1e212751de40053 (diff)
downloadembtoolkit-3c4f91a59db330595919efecf54aade16e3b6f23.tar.gz
embtoolkit-3c4f91a59db330595919efecf54aade16e3b6f23.tar.bz2
embtoolkit-3c4f91a59db330595919efecf54aade16e3b6f23.tar.xz
Toolchain: do not remove builddirs of toolchain components, instead clean them
Signed-off-by: Abdoulaye Walsimou Gaye <awg@embtoolkit.org>
Diffstat (limited to 'mk/gperf_host.mk')
-rw-r--r--mk/gperf_host.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/mk/gperf_host.mk b/mk/gperf_host.mk
index 55e2784..b995ab5 100644
--- a/mk/gperf_host.mk
+++ b/mk/gperf_host.mk
@@ -31,4 +31,4 @@ GPERF_HOST_SRC_DIR := $(TOOLS_BUILD)/gperf-$(GPERF_HOST_VERSION)
GPERF_HOST_BUILD_DIR := $(TOOLS_BUILD)/gperf-$(GPERF_HOST_VERSION)
gperf_host_clean:
- $(embtk_pinfo,"Clean up gperf for host...")
+ $(Q)rm -rf $(GPERF_HOST_BUILD_DIR)