zap more files in "bootstrap clean"

This commit is contained in:
Bill Currie 2006-05-24 11:15:40 +00:00 committed by Jeff Teunissen
parent 215951bc79
commit 19c5946be8

View file

@ -10,6 +10,9 @@ if test "$1" = "clean"; then
fi
find . -name Makefile.in -print0 | xargs $ARGS rm -f
find . -name config.h.in -print0 | xargs $ARGS rm -f
find . -name config.h -print0 | xargs $ARGS rm -f
find . -name stamp-h1 -print0 | xargs $ARGS rm -f
find . -name '*~' -type f -print0 | xargs $ARGS rm -f
find . -name '*.rej' -type f -print0 | xargs $ARGS rm -f
find . -name '*.orig' -type f -print0 | xargs $ARGS rm -f