git.asbjorn.biz
/
jquery.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c07d15d
)
Make sure that the submodules are pulling from the right location.
author
John Resig
<jeresig@gmail.com>
Wed, 11 Nov 2009 23:08:07 +0000
(18:08 -0500)
committer
John Resig
<jeresig@gmail.com>
Wed, 11 Nov 2009 23:08:07 +0000
(18:08 -0500)
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index
2ab385b
..
1ebc643
100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-42,8
+42,8
@@
init:
@@echo "Grabbing external dependencies..."
@@git submodule init
@@git submodule update
- @@cd src/sizzle && git pull
- @@cd test/qunit && git pull
+ @@cd src/sizzle && git pull origin master
+ @@cd test/qunit && git pull origin master
@@git submodule update
jquery: ${DIST_DIR} selector ${JQ}