File tree Expand file tree Collapse file tree 2 files changed +10
-8
lines changed Expand file tree Collapse file tree 2 files changed +10
-8
lines changed Original file line number Diff line number Diff line change 1
1
---
2
- refs/heads/master: bdbeb75bfb868c98d528cdf131c8102c58be195b
2
+ refs/heads/master: b916c57021aad82486ab48f8b43243bcf2ac97f3
Original file line number Diff line number Diff line change 2
2
3
3
# This script generates rust compatible makefiles from libuv. When upgrading
4
4
# libuv, do:
5
- #
5
+ # cd $RUST_DIR
6
+ # rm -r mk/libuv
6
7
# cd $LIBUV_DIR
7
8
# git archive --prefix libuv/ $REVISION > libuv.tar.gz
8
9
# cd $RUST_DIR/src/rt
9
10
# rm -r libuv
10
11
# tar -xvf $LIBUV_DIR/libuv.tar.gz
11
- # mkdir -p libuv/build
12
- # svn co http://gyp.googlecode.com/svn build/gyp
13
- # cd ../..
14
- # ./etc/src/gyp_uv
12
+ # cd libuv
13
+ # mkdir build
14
+ # svn co http://gyp.googlecode.com/svn/trunk build/gyp
15
+ # cd ../../..
16
+ # ./src/etc/gyp-uv
15
17
16
18
set -e
17
19
@@ -37,11 +39,11 @@ args="--depth . -Dlibrary=static_library -Dtarget_arch=ia32"
37
39
38
40
# Comment out the gyp auto regeneration
39
41
for os in mac unix win; do
40
- sed -i " .save" \
42
+ sed -i" .save" \
41
43
-e ' s/^\(Makefile: $(srcdir)\/src\/rt\/libuv\/uv\.gyp\)/#\1/' \
42
44
mk/libuv/$os /Makefile
43
45
44
- sed -i " .save" \
46
+ sed -i" .save" \
45
47
-e ' s/^\( $(call do_cmd,regen_makefile)\)/#\1/' \
46
48
mk/libuv/$os /Makefile
47
49
You can’t perform that action at this time.
0 commit comments