Skip to content

Commit

Permalink
Merge branch 'bugfix/make_verbose' into 'master'
Browse files Browse the repository at this point in the history
build system: Fix "make V=1" for verbose builds again

See merge request !1234
  • Loading branch information
igrr committed Sep 11, 2017
2 parents 4bd12e1 + fccb10c commit 1f8d93f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion make/common.mk
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@ details := @echo
else
summary := @echo
details := @true
endif

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

ifdef CONFIG_MAKE_WARN_UNDEFINED_VARIABLES
MAKEFLAGS += --warn-undefined-variables
Expand Down

0 comments on commit 1f8d93f

Please sign in to comment.