2005-10-17 14:52:43 -04:00
|
|
|
#!/bin/sh -xu
|
|
|
|
|
2006-10-15 15:38:02 -04:00
|
|
|
[ -f Makefile ] && make distclean
|
2005-10-17 14:52:43 -04:00
|
|
|
rm -rf autom4te.cache
|
2009-05-18 23:59:54 -04:00
|
|
|
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
|
2006-06-28 01:37:15 -04:00
|
|
|
|
2009-05-18 23:59:54 -04:00
|
|
|
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}
|
2010-09-01 22:13:17 -04:00
|
|
|
rm -f test/{pacman,util}{,/tests}/{Makefile.in,Makefile}
|
2009-05-18 23:59:54 -04:00
|
|
|
rm -f contrib/{Makefile.in,Makefile}
|
|
|
|
rm -f doc/{Makefile.in,Makefile}
|
2009-05-19 00:00:16 -04:00
|
|
|
|
2010-05-30 00:41:59 -04:00
|
|
|
rm -f test/pacman/*.pyc
|
2009-05-18 23:59:54 -04:00
|
|
|
rm -f doc/html/*.html
|
|
|
|
rm -f doc/man3/*.3
|
2007-03-06 01:38:20 -05:00
|
|
|
|
2009-05-18 23:59:54 -04:00
|
|
|
rm -f po/{Makefile.in,Makefile}
|
|
|
|
rm -f po/POTFILES
|
|
|
|
rm -f po/stamp-po
|
|
|
|
rm -f po/*.gmo
|
2006-06-28 01:37:15 -04:00
|
|
|
|
2009-05-18 23:59:54 -04:00
|
|
|
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
|