mirror of
https://github.com/moparisthebest/pacman
synced 2025-02-28 17:31:52 -05:00
Remove autoclean.sh
Use 'git clean' instead. Signed-off-by: Allan McRae <allan@archlinux.org>
This commit is contained in:
parent
28cb22e3c2
commit
ec24d814ab
22
autoclean.sh
22
autoclean.sh
@ -1,22 +0,0 @@
|
|||||||
#!/bin/sh -xu
|
|
||||||
|
|
||||||
[ -f Makefile ] && make distclean
|
|
||||||
|
|
||||||
rm -rf autom4te.cache
|
|
||||||
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 -f test/pacman/*.pyc
|
|
||||||
rm -f doc/html/*.html
|
|
||||||
rm -f doc/man3/*.3
|
|
||||||
|
|
||||||
find . \( -name 'Makefile' -o \
|
|
||||||
-name 'Makefile.in' -o \
|
|
||||||
-path '*/po/POTFILES' -o \
|
|
||||||
-path '*/po/stamp-po' -o \
|
|
||||||
-path '*/po/*.gmo' \) -exec rm -f {} +
|
|
Loading…
x
Reference in New Issue
Block a user