reports.mk: not show reports message on users screen

This commit is contained in:
Anton Midyukov 2019-12-10 22:16:59 +07:00
parent 99808645d7
commit 3e0c6379ce

View File

@ -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))