scripts: time.pl: Don't print the time on stderr
authorAlban Bedel <albeu@free.fr>
Sat, 15 Jun 2019 10:18:01 +0000 (12:18 +0200)
committerRISCi_ATOM <bob@bobcall.me>
Fri, 13 Sep 2019 19:55:09 +0000 (15:55 -0400)
commitcbdb3d009929174dc075d08a206ca7142286340a
tree062fd2e158ad30d3948058717bff9451be1a73d9
parent2d2323e088fbc3ca5d79496dc3365b44aa726bfd
scripts: time.pl: Don't print the time on stderr

Having the build time written on stderr make it appear with V=w
although it is not an error or warning. Just write the time on stdout
to have it part of the build log like all the rest, but not clutter
the output when only warnings and errors should be shown.

Signed-off-by: Alban Bedel <albeu@free.fr>
(cherry picked from commit 340df72e0745236379554dc9ff487e260a424465)
scripts/time.pl