reports.mk: not show reports message on users screen
This commit is contained in:
parent
99808645d7
commit
3e0c6379ce
@ -15,6 +15,8 @@ LOGDIR := $(shell sed -n 's/^LOGDIR = \(.*\)/\1/p' $(BUILDLOG))
|
||||
# contained reports as these are very ephemeral between builds
|
||||
ifneq (1,$(NUM_TARGETS))
|
||||
SHORTEN := >/dev/null
|
||||
else
|
||||
SHORTEN := >>$(BUILDLOG)
|
||||
endif
|
||||
|
||||
report = $(and $(1),$(report_body))
|
||||
|
Loading…
Reference in New Issue
Block a user