From: John Resig Date: Tue, 10 Nov 2009 01:13:58 +0000 (+0100) Subject: Force the submodules to keep up to date. X-Git-Url: http://git.asbjorn.biz/?p=jquery.git;a=commitdiff_plain;h=a8b089a02089d3d7b7e0744e59618ff9800e760a Force the submodules to keep up to date. --- diff --git a/Makefile b/Makefile index 13e5299..2ab385b 100644 --- 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}