Makefile: drop extra >&2
say() redirects to stderr already.
This commit is contained in:
parent
4ea5959f79
commit
f3e923ad61
2
Makefile
2
Makefile
@ -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; \
|
||||
|
Loading…
x
Reference in New Issue
Block a user