From 65d1a7413f9f40230da93b31f9a399ada56e14db Mon Sep 17 00:00:00 2001
From: Koen Kooi <koen@openembedded.org>
Date: Mon, 16 Jul 2007 07:33:24 +0000
Subject: rm_work: add rmall command that recursively rm_works (e.g. bitbake
 angstrom-x11-image -c rmall)

---
 classes/rm_work.bbclass | 7 +++++++
 1 file changed, 7 insertions(+)

(limited to 'classes')

diff --git a/classes/rm_work.bbclass b/classes/rm_work.bbclass
index 1b87004143..e3c92b8572 100644
--- a/classes/rm_work.bbclass
+++ b/classes/rm_work.bbclass
@@ -18,5 +18,12 @@ do_rm_work () {
     done
 }
 
+addtask rmall after do_rm_work
+do_rmall[recrdeptask] = "do_rm_work"
+do_rmall() {
+        :
+}
+
+
 addtask rm_work before do_build
 addtask rm_work after do_populate_staging
-- 
cgit v1.2.3