summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAbdoulaye Walsimou Gaye <walsimou@walsimou.com>2009-05-23 21:38:58 +0200
committerAbdoulaye Walsimou Gaye <walsimou@walsimou.com>2009-05-23 21:38:58 +0200
commit7153e616c8a1e8cc12d23d33e3cf4504742856ec (patch)
treeaa4a9e3ed0b2a560d49472c6e5fc6688626f4cbd
parent7b60e37f5074b7ddd9b4f12cf9df70f170c6fbc5 (diff)
downloadembtoolkit-7153e616c8a1e8cc12d23d33e3cf4504742856ec.tar.gz
embtoolkit-7153e616c8a1e8cc12d23d33e3cf4504742856ec.tar.bz2
embtoolkit-7153e616c8a1e8cc12d23d33e3cf4504742856ec.tar.xz
Toolchain: Rewrite rmallpath target
When we configure for an arch and build it, and then reconfigure for another arch rmallpath do not remove the previous paths created. This patch fix this issue, by removing paths no matter the arch. Signed-off-by: Abdoulaye Walsimou Gaye <walsimou@walsimou.com>
-rw-r--r--mk/initialpath.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/mk/initialpath.mk b/mk/initialpath.mk
index 0cb959c..a665321 100644
--- a/mk/initialpath.mk
+++ b/mk/initialpath.mk
@@ -41,5 +41,5 @@ mkinitialpath:
@mkdir -p $(PACKAGES_BUILD)
rmallpath:
- @rm -Rf $(SYSROOT) $(TOOLS) $(TOOLS_BUILD) $(PACKAGES_BUILD) $(ROOTFS)
+ @rm -Rf packages_build-* rootfs-* sysroot-* tools_build-* tools-*