From 3e0c6379cec82c045474fb88f63e9397b23ff2f0 Mon Sep 17 00:00:00 2001 From: Anton Midyukov Date: Tue, 10 Dec 2019 22:16:59 +0700 Subject: [PATCH] reports.mk: not show reports message on users screen --- reports.mk | 2 ++ 1 file changed, 2 insertions(+) diff --git a/reports.mk b/reports.mk index c00902a1..2e9a0a10 100644 --- a/reports.mk +++ b/reports.mk @@ -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))