From fa20331113bada47f31c31de5f1c1e47eeef7748 Mon Sep 17 00:00:00 2001 From: Bill Currie Date: Thu, 20 Oct 2005 02:11:08 +0000 Subject: [PATCH] clean up ruamoko stuff for "bootstrap clean" --- bootstrap | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/bootstrap b/bootstrap index a67e4e247..ab473f6a5 100755 --- a/bootstrap +++ b/bootstrap @@ -24,8 +24,12 @@ if test "$1" = "clean"; then rm -f RPM/build_rpm RPM/quakeforge.conf RPM/quakeforge.spec RPM/rpmmacros find . -name '*.o' -type f -print0 | xargs $ARGS rm -f find . -name '*.lo' -type f -print0 | xargs $ARGS rm -f + find . -name '*.qfo' -type f -print0 | xargs $ARGS rm -f find . -name '.libs' -type d -print0 | xargs $ARGS rm -rf find . -name '.deps' -type d -print0 | xargs $ARGS rm -rf + find . -name '*.a' -type f -print0 | xargs $ARGS rm -f + find . -name '*.dat*' -type f -print0 | xargs $ARGS rm -f + find . -name '*.sym*' -type f -print0 | xargs $ARGS rm -f exit 0 fi # Check libtoolize version, fix for Debian/Woody