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:
262fcf7
)
Force the submodules to keep up to date.
author
John Resig
<jeresig@gmail.com>
Tue, 10 Nov 2009 01:13:58 +0000
(
02:13
+0100)
committer
John Resig
<jeresig@gmail.com>
Tue, 10 Nov 2009 01:13:58 +0000
(
02:13
+0100)
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index
13e5299
..
2ab385b
100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-42,6
+42,9
@@
init:
@@echo "Grabbing external dependencies..."
@@git submodule init
@@git submodule update
+ @@cd src/sizzle && git pull
+ @@cd test/qunit && git pull
+ @@git submodule update
jquery: ${DIST_DIR} selector ${JQ}