From 900a273d3de15c4bfc434b8ec13d4e46540fe4af Mon Sep 17 00:00:00 2001 From: Ben Gras Date: Wed, 8 Jun 2011 16:19:09 +0200 Subject: [PATCH] chrootmake: obj-* cleanup instead of just obj-ack --- tools/chrootmake.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/chrootmake.sh b/tools/chrootmake.sh index a86825a61..22b2e1d5f 100755 --- a/tools/chrootmake.sh +++ b/tools/chrootmake.sh @@ -21,4 +21,4 @@ if [ $MAKEMAP -ne 0 ]; then fi make clean make cleandepend -find . -name obj-ack -type d|xargs rm -rf +find . -name 'obj-*' -type d|xargs rm -rf -- 2.44.0