public
Description: Cross language RPC
Homepage: http://developers.facebook.com/thrift/
Clone URL: git://github.com/kevinclark/thrift.git
 r1605@opsdev009 (orig r84491):  dreiss | 2008-02-23 13:56:16 -0800
 Thrift: Clean up cleanup.sh and bootstrap.sh
 
 Reviewed By: marc
 
 Test Plan:
 dreiss@dreiss-vmware:cleanup:thrift/if$ ../cleanup.sh
 dreiss@dreiss-vmware:cleanup:thrift/if$ git clean -nxd
 dreiss@dreiss-vmware:cleanup:thrift/if$
 
 Revert Plan: ok
 


git-svn-id: http://svn.facebook.com/svnroot/thrift/trunk@821 
41a61cd8-c433-0410-bb1c-e256eeef9e11
(no author) (author)
Sat Feb 23 13:57:49 -0800 2008
commit  e070eaddaee5203254775c04265fffa7736277a9
tree    76aecbdbb5c31794511cf23c3cafa4489e66a874
parent  ac3e75ce0001c451d2140ed9304c01d6afc6f9fa
...
1
2
3
4
5
6
7
8
...
17
18
19
20
21
22
23
24
25
26
27
28
29
...
1
2
 
 
 
3
4
5
...
14
15
16
 
 
 
 
 
 
 
 
 
 
0
@@ -1,8 +1,5 @@
0
 #!/bin/sh
0
 
0
-
0
-subdirs=" if"
0
-
0
 ./cleanup.sh
0
 
0
 autoscan || exit 1
0
@@ -17,13 +14,3 @@ fi
0
 
0
 autoconf
0
 automake -ac --add-missing --foreign || exit 1
0
-
0
-for subdir in ${subdirs}; do
0
- if [ -x "${subdir}/bootstrap.sh" ]; then
0
- cwd="`pwd`"
0
- cd "${subdir}"
0
- ./bootstrap.sh
0
- cd "${cwd}"
0
- fi
0
-done
0
-
...
1
2
 
 
 
3
 
4
5
6
...
28
29
30
31
32
33
34
35
36
37
38
39
 
...
1
2
3
4
5
6
7
8
9
10
...
32
33
34
 
 
 
 
 
 
 
 
 
35
0
@@ -1,6 +1,10 @@
0
 #!/bin/sh
0
 
0
+topsrcdir="`dirname $0`"
0
+cd "$topsrcdir"
0
+
0
 make distclean >/dev/null 2>&1
0
+find . -name Makefile.in -exec rm -f {} \;
0
 rm -rf \
0
 AUTHORS \
0
 ChangeLog \
0
@@ -28,12 +32,4 @@ libtool \
0
 ltmain.sh \
0
 missing \
0
 ylwrap \
0
-if/gen-* \
0
-compiler/cpp/Makefile.in \
0
-if/Makefile.in \
0
-lib/Makefile.in \
0
-lib/cpp/Makefile.in \
0
-lib/py/Makefile.in \
0
-lib/csharp/Makefile.in \
0
-test/Makefile.in \
0
-test/py/Makefile.in
0
+if/gen-*

Comments

    No one has commented yet.