summaryrefslogtreecommitdiff
path: root/autoclean.sh
diff options
context:
space:
mode:
authorDan McGee <dan@archlinux.org>2009-05-18 22:59:54 -0500
committerDan McGee <dan@archlinux.org>2009-05-18 23:02:46 -0500
commit1d8d932fa65d920ab4d43d90f3227c17714f4f14 (patch)
treecb5c2603493299d434345066e932ab5280dd531f /autoclean.sh
parent783e710839d6de059b95e8ed117bdcee1233720f (diff)
Remove recursive remove in autoclean.sh
Signed-off-by: Dan McGee <dan@archlinux.org>
Diffstat (limited to 'autoclean.sh')
-rwxr-xr-xautoclean.sh56
1 files changed, 28 insertions, 28 deletions
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