X-Git-Url: http://git.asbjorn.biz/?a=blobdiff_plain;f=Makefile;h=ade631968e03834d499d482a84ccf92f346dca9b;hb=4ec1b743a81256ae15907e46260cfc8edc6f06b8;hp=e026d9e679fa33bbdf7ab0689fae254d56da303c;hpb=950b5d64a27994db1697eb4e605f5ea48ad8021b;p=jquery.git diff --git a/Makefile b/Makefile index e026d9e..ade6319 100644 --- a/Makefile +++ b/Makefile @@ -32,7 +32,7 @@ VER = sed s/@VERSION/${JQ_VER}/ RHINO = java -jar ${BUILD_DIR}/js.jar MINJAR = java -jar ${BUILD_DIR}/google-compiler-20091218.jar -DATE=`git log -1 | grep Date: | sed 's/[^:]*: *//'` +DATE=`git log -1 --pretty=format:%ad` all: jquery lint min @@echo "jQuery build complete." @@ -61,7 +61,7 @@ ${JQ}: selector ${MODULES} selector: ${DIST_DIR} init @@echo "Building selector code from Sizzle" - @@sed '/EXPOSE/r src/sizzle-jquery.js' src/sizzle/sizzle.js > src/selector.js + @@sed '/EXPOSE/r src/sizzle-jquery.js' src/sizzle/sizzle.js | grep -v window.Sizzle > src/selector.js lint: ${JQ} @@echo "Checking jQuery against JSLint..."