public
Description: Cross language RPC
Homepage: http://developers.facebook.com/thrift/
Clone URL: git://github.com/kevinclark/thrift.git
 r1795@opsdev009 (orig r90059):  dreiss | 2008-03-27 14:39:55 -0700
 Make cleanup.sh work a little better.
 


git-svn-id: http://svn.facebook.com/svnroot/thrift/trunk@916 
41a61cd8-c433-0410-bb1c-e256eeef9e11
(no author) (author)
Thu Mar 27 14:42:54 -0700 2008
commit  e3e02a26713f3185e37f0bdb80b46b0a61fd6bd8
tree    c67a7281bbfdfc441141ba55c78332c07688e3f0
parent  d1290fbe38a54a689ababdcc3dd0065d618eba57
...
3
4
5
6
 
 
7
8
9
...
21
22
23
 
24
25
 
26
27
28
...
32
33
34
35
 
 
...
3
4
5
 
6
7
8
9
10
...
22
23
24
25
26
27
28
29
30
31
...
35
36
37
 
38
39
0
@@ -3,7 +3,8 @@
0
 topsrcdir="`dirname $0`"
0
 cd "$topsrcdir"
0
 
0
-make distclean >/dev/null 2>&1
0
+make -k clean >/dev/null 2>&1
0
+make -k distclean >/dev/null 2>&1
0
 find . -name Makefile.in -exec rm -f {} \;
0
 rm -rf \
0
 AUTHORS \
0
@@ -21,8 +22,10 @@ config.hin \
0
 config.hin~ \
0
 config.log \
0
 config.status \
0
+config.status.lineno \
0
 config.sub \
0
 configure \
0
+configure.lineno \
0
 configure.scan \
0
 depcomp \
0
 .deps \
0
@@ -32,4 +35,5 @@ libtool \
0
 ltmain.sh \
0
 missing \
0
 ylwrap \
0
-if/gen-*
0
+if/gen-* \
0
+test/gen-*

Comments

    No one has commented yet.