Makefile: drop extra >&2

say() redirects to stderr already.
This commit is contained in:
Michael Shigorin 2012-07-17 20:42:37 +03:00
parent 4ea5959f79
commit f3e923ad61

View File

@ -53,7 +53,7 @@ SHELL = /bin/bash
fi; \
for ARCH in $(ARCHES); do \
if [ "$$ARCH" != "$(firstword $(ARCHES))" ]; then say; fi; \
say "** ARCH: $$ARCH" >&2; \
say "** ARCH: $$ARCH"; \
if $(MAKE) -f main.mk ARCH=$$ARCH $@ $(POSTPROC); then \
if [ -n "$$REPORT" ]; then \
$(MAKE) -f reports.mk ARCH=$$ARCH; \