Makefile: Fix verbose builds on Windows
authorAntonio Nino Diaz <antonio.ninodiaz@arm.com>
Fri, 19 Oct 2018 14:44:30 +0000 (15:44 +0100)
committerAntonio Nino Diaz <antonio.ninodiaz@arm.com>
Fri, 19 Oct 2018 14:54:27 +0000 (15:54 +0100)
commitb5a0f4bd1910b49b3d11b9bd712f9dc05f894d91
treeefbe69f037a970609edce364da24a07837e9bf09
parent0595abceba85bee8d6c27e6e122722f816610df7
Makefile: Fix verbose builds on Windows

Commit <ee1ba6d4ddf1> ("Makefile: Support totally quiet output with -s")
broke verbose (V=1) builds on Windows. This patch fixes it by adding
helpers to silence echo prints in a OS-dependent way.

Change-Id: I24669150457516e9fb34fa32fa103398efe8082d
Signed-off-by: Antonio Nino Diaz <antonio.ninodiaz@arm.com>
Makefile
make_helpers/unix.mk
make_helpers/windows.mk