diff options
author | Martin Roth <gaumless@gmail.com> | 2021-11-21 08:42:04 -0700 |
---|---|---|
committer | Patrick Georgi <patrick@coreboot.org> | 2021-11-22 19:00:08 +0000 |
commit | ea6a93f14087a72c84c480e67b54cda8b6766930 (patch) | |
tree | e97810c847caddc1cf07c24366b8578f93c8b868 /Makefile | |
parent | 1d565b500d73f935101e4808f2bd614cec248e13 (diff) | |
download | coreboot-ea6a93f14087a72c84c480e67b54cda8b6766930.tar.gz coreboot-ea6a93f14087a72c84c480e67b54cda8b6766930.tar.bz2 coreboot-ea6a93f14087a72c84c480e67b54cda8b6766930.zip |
Makefiles: Hide skipping submodule info unless V=1
Currently, git prints out the submodules that are being skipped twice
on many builds. This patch hides that output unless the build is set
to show it with `make V=1`. This is the normal way of showing the extra
information during the build.
Signed-off-by: Martin Roth <gaumless@gmail.com>
Change-Id: I7b5c7f1f79dcc88793a9a21f2e92e7accc5de1e0
Reviewed-on: https://review.coreboot.org/c/coreboot/+/59511
Reviewed-by: Patrick Georgi <patrick@coreboot.org>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -63,6 +63,7 @@ ifneq ($(V),1) ifneq ($(Q),) .SILENT: MAKEFLAGS += -s +quiet_errors := 2>/dev/null endif endif |