Skip to content

Commit 1f8d93f

Browse files
committed
Merge branch 'bugfix/make_verbose' into 'master'
build system: Fix "make V=1" for verbose builds again See merge request !1234
2 parents 4bd12e1 + fccb10c commit 1f8d93f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

make/common.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,10 @@ details := @echo
2727
else
2828
summary := @echo
2929
details := @true
30-
endif
3130

3231
# disable echoing of commands, directory names
3332
MAKEFLAGS += --silent
33+
endif # $(V)==1
3434

3535
ifdef CONFIG_MAKE_WARN_UNDEFINED_VARIABLES
3636
MAKEFLAGS += --warn-undefined-variables

0 commit comments

Comments
 (0)