Don't do the update after the pull - forces the submodules up to date.
[jquery.git] / Makefile
index 2ab385b..94fa885 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -42,9 +42,8 @@ init:
        @@echo "Grabbing external dependencies..."
        @@git submodule init
        @@git submodule update
-       @@cd src/sizzle && git pull
-       @@cd test/qunit && git pull
-       @@git submodule update
+       @@cd src/sizzle && git pull origin master
+       @@cd test/qunit && git pull origin master
 
 jquery: ${DIST_DIR} selector ${JQ}