summaryrefslogtreecommitdiff
path: root/wince/xdistclean.ksh
diff options
context:
space:
mode:
Diffstat (limited to 'wince/xdistclean.ksh')
-rw-r--r--wince/xdistclean.ksh4
1 files changed, 4 insertions, 0 deletions
diff --git a/wince/xdistclean.ksh b/wince/xdistclean.ksh
new file mode 100644
index 0000000000..27d7c98edd
--- /dev/null
+++ b/wince/xdistclean.ksh
@@ -0,0 +1,4 @@
+tdirs=`xfind . -type d -name 'wince-*'`
+test "$tdirs" = "" || rm -rf $dirs
+rm -f *.res *.pdb *~
+