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
|
2007-03-06 01:38:20 -05:00
|
|
|
rm -rf {Makefile.in,Makefile}
|
|
|
|
rm -rf {config.h.in,config.h}
|
|
|
|
rm -rf config.status
|
2005-10-17 14:52:43 -04:00
|
|
|
rm -rf configure
|
|
|
|
rm -rf stamp*
|
|
|
|
rm -rf aclocal.m4
|
|
|
|
rm -rf compile
|
|
|
|
rm -rf libtool
|
2006-06-28 01:37:15 -04:00
|
|
|
|
2007-03-06 01:38:20 -05:00
|
|
|
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/{Makefile.in,Makefile}
|
|
|
|
rm -rf doc/{Makefile.in,Makefile}
|
|
|
|
rm -rf doc/html/*.html
|
|
|
|
rm -rf doc/man3/*.3
|
|
|
|
|
|
|
|
rm -rf src/pacman/po/{Makefile.in,Makefile}
|
2006-06-28 01:37:15 -04:00
|
|
|
rm -rf src/pacman/po/POTFILES
|
|
|
|
rm -rf src/pacman/po/stamp-po
|
|
|
|
rm -rf src/pacman/po/*.gmo
|
|
|
|
|
2007-03-06 01:38:20 -05:00
|
|
|
rm -rf lib/libalpm/po/{Makefile.in,Makefile}
|
2006-06-28 01:37:15 -04:00
|
|
|
rm -rf lib/libalpm/po/POTFILES
|
|
|
|
rm -rf lib/libalpm/po/stamp-po
|
|
|
|
rm -rf lib/libalpm/po/*.gmo
|