summaryrefslogtreecommitdiffstats
path: root/share/mk/verbose.mk
blob: af2fe154f12e75bd5740cb2722177508a9b9e4d2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
########################################################################
# Copyright (C) 2022  Alejandro Colomar <alx@kernel.org>
# SPDX-License-Identifier:  GPL-3.0
########################################################################


ifndef MAKEFILE_VERBOSE_INCLUDED
MAKEFILE_VERBOSE_INCLUDED := 1


ifdef V
HIDE_ERR :=
else
HIDE_ERR := 2>/dev/null
.SILENT:
endif


endif  # MAKEFILE_VERBOSE_INCLUDED