repo.or.cz
/
svn.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Fix compiler warning due to missing function prototype.
[svn.git]
/
tools
/
buildbot
/
slaves
/
osx10.4-gcc4.0.1-ia32
/
svnclean.sh
blob
a161d8cfa64601bb1201ecae1cdfb70680d58bb2
1
#!/bin/bash
2
3
# ../unmount_ramd.sh
4
5
echo
"========= make extraclean"
6
test -e
Makefile
&& (
make
extraclean ||
exit
$?
)
7
rm
-rf
..
/
build
/*
8
rm
-rf
.svn
9
rm
-rf
.buildbot-sourcedata
10
11
exit
0