summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorBen Noordhuis <info@bnoordhuis.nl>2015-01-05 16:43:58 +0100
committerBen Noordhuis <info@bnoordhuis.nl>2015-01-05 17:26:47 +0100
commit94e147500c5bf457c9101bda8c8020d8ff896708 (patch)
tree7cdea05267b4d7c118bab4902c8ccc76216128f3 /Makefile
parent261706e2ef9f12131ddcf8ff40fd4c7823693e8d (diff)
parent372a2f56bed341a23c435c5a94fbb77dbbd6c600 (diff)
downloadandroid-node-v8-94e147500c5bf457c9101bda8c8020d8ff896708.tar.gz
android-node-v8-94e147500c5bf457c9101bda8c8020d8ff896708.tar.bz2
android-node-v8-94e147500c5bf457c9101bda8c8020d8ff896708.zip
Merge remote-tracking branch 'joyent/v0.12' into v1.x
I was originally going to do this after the v0.11.15 release, but as that release is three weeks overdue now, I decided not to wait any longer; we don't want the delta to get too big. Conflicts: lib/net.js test/simple/simple.status PR-URL: https://github.com/iojs/io.js/pull/236 Reviewed-By: Bert Belder <bertbelder@gmail.com> Reviewed-By: Fedor Indutny <fedor@indutny.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index b4360326c3..25864c5bfb 100644
--- a/Makefile
+++ b/Makefile
@@ -84,10 +84,12 @@ clean:
distclean:
-rm -rf out
- -rm -f config.gypi
+ -rm -f config.gypi icu_config.gypi
-rm -f config.mk
-rm -rf $(NODE_EXE) $(NODE_G_EXE) blog.html email.md
-rm -rf node_modules
+ -rm -rf deps/icu
+ -rm -rf deps/icu4c*.tgz deps/icu4c*.zip deps/icu-tmp
test: all
$(PYTHON) tools/test.py --mode=release message parallel sequential -J