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:
1a26e41
)
Don't do the update after the pull - forces the submodules up to date.
author
jeresig
<jeresig@gmail.com>
Mon, 30 Nov 2009 20:08:55 +0000
(15:08 -0500)
committer
jeresig
<jeresig@gmail.com>
Mon, 30 Nov 2009 20:08:55 +0000
(15:08 -0500)
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index
1ebc643
..
94fa885
100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-44,7
+44,6
@@
init:
@@git submodule update
@@cd src/sizzle && git pull origin master
@@cd test/qunit && git pull origin master
- @@git submodule update
jquery: ${DIST_DIR} selector ${JQ}