From 1d8d932fa65d920ab4d43d90f3227c17714f4f14 Mon Sep 17 00:00:00 2001 From: Dan McGee Date: Mon, 18 May 2009 22:59:54 -0500 Subject: Remove recursive remove in autoclean.sh Signed-off-by: Dan McGee --- autoclean.sh | 56 ++++++++++++++++++++++++++++---------------------------- 1 file changed, 28 insertions(+), 28 deletions(-) (limited to 'autoclean.sh') diff --git a/autoclean.sh b/autoclean.sh index 43531791..c043c08f 100755 --- a/autoclean.sh +++ b/autoclean.sh @@ -2,34 +2,34 @@ [ -f Makefile ] && make distclean rm -rf autom4te.cache -rm -rf {Makefile.in,Makefile} -rm -rf {config.h.in,config.h} -rm -rf config.status -rm -rf configure -rm -rf stamp* -rm -rf aclocal.m4 -rm -rf compile -rm -rf libtool +rm -f {Makefile.in,Makefile} +rm -f {config.h.in,config.h} +rm -f config.status +rm -f configure +rm -f stamp* +rm -f aclocal.m4 +rm -f compile +rm -f libtool -rm -rf lib/libalpm/{Makefile.in,Makefile} -rm -rf src/util/{Makefile.in,Makefile} -rm -rf src/pacman/{Makefile.in,Makefile} -rm -rf scripts/{Makefile.in,Makefile} -rm -rf etc/{Makefile.in,Makefile} -rm -rf etc/pacman.d/{Makefile.in,Makefile} -rm -rf etc/abs/{Makefile.in,Makefile} -rm -rf pactest{,/tests}/{Makefile.in,Makefile} -rm -rf contrib/{Makefile.in,Makefile} -rm -rf doc/{Makefile.in,Makefile} -rm -rf doc/html/*.html -rm -rf doc/man3/*.3 +rm -f lib/libalpm/{Makefile.in,Makefile} +rm -f src/util/{Makefile.in,Makefile} +rm -f src/pacman/{Makefile.in,Makefile} +rm -f scripts/{Makefile.in,Makefile} +rm -f etc/{Makefile.in,Makefile} +rm -f etc/pacman.d/{Makefile.in,Makefile} +rm -f etc/abs/{Makefile.in,Makefile} +rm -f pactest{,/tests}/{Makefile.in,Makefile} +rm -f contrib/{Makefile.in,Makefile} +rm -f doc/{Makefile.in,Makefile} +rm -f doc/html/*.html +rm -f doc/man3/*.3 -rm -rf po/{Makefile.in,Makefile} -rm -rf po/POTFILES -rm -rf po/stamp-po -rm -rf po/*.gmo +rm -f po/{Makefile.in,Makefile} +rm -f po/POTFILES +rm -f po/stamp-po +rm -f po/*.gmo -rm -rf lib/libalpm/po/{Makefile.in,Makefile} -rm -rf lib/libalpm/po/POTFILES -rm -rf lib/libalpm/po/stamp-po -rm -rf lib/libalpm/po/*.gmo +rm -f lib/libalpm/po/{Makefile.in,Makefile} +rm -f lib/libalpm/po/POTFILES +rm -f lib/libalpm/po/stamp-po +rm -f lib/libalpm/po/*.gmo -- cgit v1.2.3