X-Git-Url: http://git.asbjorn.biz/?a=blobdiff_plain;f=Makefile;h=fdb57bda428be1bd8fe55c012963cac2f2ff15cb;hb=6cf981eea20695987b4f7341f80442a7cf8271eb;hp=a0dbd8b78bfe46a197de7a5a69df54e655edd056;hpb=3fd62eae9df3159fc238a515bb748140a942313d;p=jquery.git diff --git a/Makefile b/Makefile index a0dbd8b..fdb57bd 100644 --- a/Makefile +++ b/Makefile @@ -41,10 +41,10 @@ ${DIST_DIR}: init: @@echo "Grabbing external dependencies..." - @@if test ! -d test/qunit; then git clone git://github.com/jquery/qunit.git test/qunit; fi - @@if test ! -d src/sizzle; then git clone git://github.com/jeresig/sizzle.git src/sizzle; fi - @@cd src/sizzle && git pull origin master &> /dev/null - @@cd test/qunit && git pull origin master &> /dev/null + @@if test ! -d test/qunit/.git; then git clone git://github.com/jquery/qunit.git test/qunit; fi + @@if test ! -d src/sizzle/.git; then git clone git://github.com/jeresig/sizzle.git src/sizzle; fi + @@cd src/sizzle && git pull origin master > /dev/null 2>&1 + @@cd test/qunit && git pull origin master > /dev/null 2>&1 jquery: ${DIST_DIR} selector ${JQ}