]> source.dussan.org Git - jquery.git/commitdiff
Force the submodules to keep up to date.
authorJohn Resig <jeresig@gmail.com>
Tue, 10 Nov 2009 01:13:58 +0000 (02:13 +0100)
committerJohn Resig <jeresig@gmail.com>
Tue, 10 Nov 2009 01:13:58 +0000 (02:13 +0100)
Makefile

index 13e5299a38658208c5e143394159bd518a3fafc0..2ab385bee127362c5b95d80d521e1d88581193e8 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}