summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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