From: Ben Gras Date: Wed, 8 Jun 2011 14:19:09 +0000 (+0200) Subject: chrootmake: obj-* cleanup instead of just obj-ack X-Git-Tag: v3.2.0~544 X-Git-Url: http://zhaoyanbai.com/repos/Bv9ARM.ch02.html?a=commitdiff_plain;h=900a273d3de15c4bfc434b8ec13d4e46540fe4af;p=minix.git chrootmake: obj-* cleanup instead of just obj-ack --- 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