Searched refs:KBUILD_VERBOSE (Results 1 – 12 of 12) sorted by relevance
37 if [ $KBUILD_VERBOSE ]; then38 if [ $KBUILD_VERBOSE -ne 0 ]; then
25 case "$KBUILD_VERBOSE" in
35 case "$KBUILD_VERBOSE" in
186 case "${KBUILD_VERBOSE}" in
10 if [ "$KBUILD_VERBOSE" = "1" ]; then
330 ifeq ($(KBUILD_VERBOSE),2)
23 case "${KBUILD_VERBOSE}" in
4 ifeq ($(KBUILD_VERBOSE),1)
74 KBUILD_VERBOSE78 Setting "V=..." takes precedence over KBUILD_VERBOSE.
1171 When kbuild is executing with KBUILD_VERBOSE=0, then only a shorthand1193 will be displayed with "make KBUILD_VERBOSE=0".
75 KBUILD_VERBOSE = $(V) macro77 ifndef KBUILD_VERBOSE78 KBUILD_VERBOSE = 0 macro81 ifeq ($(KBUILD_VERBOSE),1)97 export quiet Q KBUILD_VERBOSE
130 $(if $(findstring 1,$(KBUILD_VERBOSE)),--capture=no)