repo.or.cz
/
tberman-thrift.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
- Proper mono version
[tberman-thrift.git]
/
cleanup.sh
blob
bd5e65e3f63c655f2b2b6d9c259e4240d08e2c79
1
#!/bin/sh
2
3
topsrcdir
=
"`dirname
$0
`"
4
cd
"
$topsrcdir
"
5
6
make
-k
clean
>/
dev
/
null
2
>&
1
7
make
-k
distclean
>/
dev
/
null
2
>&
1
8
find
.
-name
Makefile.
in
-exec
rm
-f
{}
\
;
9
rm
-rf
\
10
AUTHORS \
11
ChangeLog \
12
INSTALL \
13
Makefile \
14
Makefile.
in
\
15
Makefile.orig \
16
aclocal.
m4
\
17
autom4te.cache \
18
autoscan.log \
19
config.guess \
20
config.h \
21
config.hin \
22
config.hin~ \
23
config.log \
24
config.status \
25
config.status.lineno \
26
config.sub \
27
configure \
28
configure.lineno \
29
configure.scan \
30
depcomp \
31
.deps \
32
install-sh \
33
.libs \
34
libtool \
35
ltmain.sh \
36
missing \
37
ylwrap \
38
if
/
gen-
*
\
39
test
/
gen-
*