Make sure that the submodules are pulling from the right location.
This commit is contained in:
parent
c07d15d5a2
commit
1ce92e022d
4
Makefile
4
Makefile
|
@ -42,8 +42,8 @@ init:
|
||||||
@@echo "Grabbing external dependencies..."
|
@@echo "Grabbing external dependencies..."
|
||||||
@@git submodule init
|
@@git submodule init
|
||||||
@@git submodule update
|
@@git submodule update
|
||||||
@@cd src/sizzle && git pull
|
@@cd src/sizzle && git pull origin master
|
||||||
@@cd test/qunit && git pull
|
@@cd test/qunit && git pull origin master
|
||||||
@@git submodule update
|
@@git submodule update
|
||||||
|
|
||||||
jquery: ${DIST_DIR} selector ${JQ}
|
jquery: ${DIST_DIR} selector ${JQ}
|
||||||
|
|
Loading…
Reference in a new issue