Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit c485301

Browse files
committedFeb 3, 2012
Update libuv.
1 parent 6784b18 commit c485301

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

49 files changed

+1403
-3640
lines changed
 

‎.gitmodules

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
url = git://github.com/brson/llvm.git
44
[submodule "src/libuv"]
55
path = src/libuv
6-
url = git://github.com/joyent/libuv
6+
url = git://github.com/graydon/libuv.git

‎configure

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -467,6 +467,8 @@ cd ${CFG_SRC_DIR}
467467

468468
if [ -z $CFG_DISABLE_MANAGE_SUBMODULES ]
469469
then
470+
msg "git: submodule sync"
471+
"${CFG_GIT}" submodule sync --quiet
470472
SUBMODULE_STATUS=$("${CFG_GIT}" submodule status)
471473
NEED_INIT_COUNT=$(echo "$SUBMODULE_STATUS" | grep -c "^-")
472474
NEED_UPDATE_COUNT=$(echo "$SUBMODULE_STATUS" | grep -c "^+")

0 commit comments

Comments
 (0)
Please sign in to comment.