summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorRefael Ackermann <refack@gmail.com>2019-02-28 13:00:33 -0500
committerRefael Ackermann <refack@gmail.com>2019-03-07 18:46:27 -0500
commit91e1a043a656c58ac25ff5dd4b60e9684f3c3452 (patch)
treea72fe420a814c5c547fec7d40249612afdbb8527 /Makefile
parentc1a9c5000803b2b22843cf665f0582f8f21e7d20 (diff)
downloadandroid-node-v8-91e1a043a656c58ac25ff5dd4b60e9684f3c3452.tar.gz
android-node-v8-91e1a043a656c58ac25ff5dd4b60e9684f3c3452.tar.bz2
android-node-v8-91e1a043a656c58ac25ff5dd4b60e9684f3c3452.zip
Revert "build: silence cpp lint by default"
This reverts commit 0373836b390999644d116c96b41ba05a8a0f181a. PR-URL: https://github.com/nodejs/node/pull/26358 Reviewed-By: Richard Lau <riclau@uk.ibm.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index dd18ebdcac..3d8ef4dc57 100644
--- a/Makefile
+++ b/Makefile
@@ -1266,8 +1266,11 @@ else
@echo "To install (requires internet access) run: $ make format-cpp-build"
endif
-CPPLINT_QUIET = --quiet
-
+ifeq ($(V),1)
+ CPPLINT_QUIET =
+else
+ CPPLINT_QUIET = --quiet
+endif
.PHONY: lint-cpp
# Lints the C++ code with cpplint.py and check-imports.py.
lint-cpp: tools/.cpplintstamp