Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFedor Indutny <fedor.indutny@gmail.com>2012-01-12 00:17:44 +0400
committerFedor Indutny <fedor.indutny@gmail.com>2012-01-12 00:17:44 +0400
commit9e6957b0a55e7ef8cd2a2efc066555da8d781355 (patch)
tree4e9835aca02883f3303623dd6c80cb55231cdc3e /Makefile
parent8abb73ef58ccb6fd1b8cc4266c9981ce6574c78f (diff)
parent07701e7cc85feaeaa0a2a6c8146b0cb3eefc12fe (diff)
Merge branch 'v0.6'
Conflicts: src/handle_wrap.cc src/node_zlib.cc src/process_wrap.cc
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index e661018c3f3..2d1877decfc 100644
--- a/Makefile
+++ b/Makefile
@@ -177,7 +177,7 @@ bench-idle:
./node benchmark/idle_clients.js &
jslint:
- PYTHONPATH=tools/closure_linter/ $(PYTHON) tools/closure_linter/closure_linter/gjslint.py --unix_mode --strict --nojsdoc -r lib/ -r src/ -r test/
+ PYTHONPATH=tools/closure_linter/ $(PYTHON) tools/closure_linter/closure_linter/gjslint.py --unix_mode --strict --nojsdoc -r lib/ -r src/ -r test/ --exclude_files lib/punycode.js
cpplint:
@$(PYTHON) tools/cpplint.py $(wildcard src/*.cc src/*.h src/*.c)