| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1266,8 +1266,11 @@ else | |||
| 1266 | 1266 | @echo "To install (requires internet access) run: $ make format-cpp-build" | |
| 1267 | 1267 | endif | |
| 1268 | 1268 | ||
| 1269 | - CPPLINT_QUIET = --quiet | ||
| 1270 | - | ||
| 1269 | + ifeq ($(V),1) | ||
| 1270 | + CPPLINT_QUIET = | ||
| 1271 | + else | ||
| 1272 | + CPPLINT_QUIET = --quiet | ||
| 1273 | + endif | ||
| 1271 | 1274 | .PHONY: lint-cpp | |
| 1272 | 1275 | # Lints the C++ code with cpplint.py and check-imports.py. | |
| 1273 | 1276 | lint-cpp: tools/.cpplintstamp | |
| Back | FazBrowse Home | New Git URL |
0 commit comments