aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorjeresig <jeresig@gmail.com>2009-11-30 15:54:14 -0500
committerjeresig <jeresig@gmail.com>2009-11-30 15:54:14 -0500
commit5480cd3fa181a2e105bba3c641ef58723fbd3521 (patch)
tree5c8be4a4db46a73160b59e2adc7248b49e7c49b4 /Makefile
parentd605b8ee5667e4c26cf9c89f743e681938139162 (diff)
downloadjquery-5480cd3fa181a2e105bba3c641ef58723fbd3521.tar.gz
jquery-5480cd3fa181a2e105bba3c641ef58723fbd3521.zip
Shortened the build messages in the Makefile and added test/qunit and src/sizzle to the cleanup.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile10
1 files changed, 3 insertions, 7 deletions
diff --git a/Makefile b/Makefile
index e9da1449c..ac14d7ac6 100644
--- a/Makefile
+++ b/Makefile
@@ -56,9 +56,6 @@ ${JQ}: ${MODULES}
sed 's/Date:./&'"${DATE}"'/' | \
${VER} > ${JQ};
- @@echo ${JQ} "Built"
- @@echo
-
selector: init
@@echo "Building selector code from Sizzle"
@@sed '/EXPOSE/r src/sizzle-jquery.js' src/sizzle/sizzle.js > src/selector.js
@@ -68,15 +65,14 @@ min: ${JQ_MIN}
${JQ_MIN}: ${JQ}
@@echo "Building" ${JQ_MIN}
- @@echo " - Compressing using Minifier"
@@${MINJAR} ${JQ} > ${JQ_MIN}
- @@echo ${JQ_MIN} "Built"
- @@echo
-
clean:
@@echo "Removing Distribution directory:" ${DIST_DIR}
@@rm -rf ${DIST_DIR}
@@echo "Removing built copy of Sizzle"
@@rm src/selector.js
+
+ @@echo "Removing cloned directories"
+ @@rm -rf test/qunit src/sizzle