2004-06-24 21:10:31 +00:00
|
|
|
#! /bin/sh
|
|
|
|
make distclean
|
2004-10-04 05:24:12 +00:00
|
|
|
rm -rf Makefile.in aclocal.m4 autom4te.cache config.h.in configure depcomp hello.c install-sh missing doc/api doc/developers doc/coverage autoscan.log configure.scan
|
2004-06-24 21:10:31 +00:00
|
|
|
find . | grep \~$ | xargs rm -f
|
2004-10-04 05:24:12 +00:00
|
|
|
find . -name '*.bb' | xargs rm -f
|
|
|
|
find . -name '*.bbg' | xargs rm -f
|
|
|
|
find . -name '*.da' | xargs rm -f
|
2004-06-24 21:10:31 +00:00
|
|
|
find . | perl -ne 'print if (/\/core(\.\d+)?$/)' | xargs rm -f
|
|
|
|
find . | perl -ne 'print if (/\/Makefile.in$/)' | xargs rm -f
|
|
|
|
find . | perl -ne 'print if (/\/storefile.txt$/)' | xargs rm -f
|
|
|
|
find . | perl -ne 'print if (/\/logfile.txt$/)' | xargs rm -f
|
|
|
|
find . | perl -ne 'print if (/\/blob._file.txt$/)' | xargs rm -f
|
2004-10-04 05:24:12 +00:00
|
|
|
rm -f test/gmon.out test/lladd/gmon.out
|