Skip to content

Commit d2518e8

Browse files
committed
---
yaml --- r: 5502 b: refs/heads/master c: 6164de9 h: refs/heads/master v: v3
1 parent bbed1dd commit d2518e8

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
---
2-
refs/heads/master: 5f066e06b991041f2c1d988f493d5b29f8e56b7e
2+
refs/heads/master: 6164de90e2277aac21f85894acf79ed0561cd3ae

trunk/src/etc/gyp-uv

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
#!/bin/sh
22

3+
# This script generates rust compatible makefiles from libuv. When upgrading
4+
# libuv, do:
5+
#
6+
# cd $LIBUV_DIR
7+
# git archive --prefix libuv/ $REVISION > libuv.tar.gz
8+
# cd $RUST_DIR/src/rt
9+
# rm -r libuv
10+
# 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
15+
316
set -e
417

518
cd `dirname $0`

0 commit comments

Comments
 (0)