summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorRuben Bridgewater <ruben@bridgewater.de>2019-02-21 21:57:07 +0100
committerRuben Bridgewater <ruben@bridgewater.de>2019-02-28 17:44:12 +0100
commit0373836b390999644d116c96b41ba05a8a0f181a (patch)
tree6c13fae031383d32aea8f5374d926b0e019cebea /Makefile
parent4a10ce68836c9294006f81b8aa74d2b2890bd0c9 (diff)
downloadandroid-node-v8-0373836b390999644d116c96b41ba05a8a0f181a.tar.gz
android-node-v8-0373836b390999644d116c96b41ba05a8a0f181a.tar.bz2
android-node-v8-0373836b390999644d116c96b41ba05a8a0f181a.zip
build: silence cpp lint by default
The cpp linter is very noisy at the moment. So use the --quiet flag by default instead of being verbose in this case. PR-URL: https://github.com/nodejs/node/pull/26252 Reviewed-By: Daniel Bevenius <daniel.bevenius@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile7
1 files changed, 2 insertions, 5 deletions
diff --git a/Makefile b/Makefile
index 3d8ef4dc57..dd18ebdcac 100644
--- a/Makefile
+++ b/Makefile
@@ -1266,11 +1266,8 @@ else
@echo "To install (requires internet access) run: $ make format-cpp-build"
endif
-ifeq ($(V),1)
- CPPLINT_QUIET =
-else
- CPPLINT_QUIET = --quiet
-endif
+CPPLINT_QUIET = --quiet
+
.PHONY: lint-cpp
# Lints the C++ code with cpplint.py and check-imports.py.
lint-cpp: tools/.cpplintstamp