Commit 66258c95 authored by Anton Midyukov's avatar Anton Midyukov

Makefile: show goal for 1 target

parent 88601a34
...@@ -48,6 +48,8 @@ SHELL = /bin/bash ...@@ -48,6 +48,8 @@ SHELL = /bin/bash
| grep -nx "$@" \ | grep -nx "$@" \
| cut -d: -f1`"; \ | cut -d: -f1`"; \
say "** goal: $@ [$$n/$(NUM_TARGETS)]"; \ say "** goal: $@ [$$n/$(NUM_TARGETS)]"; \
else \
say "** goal: $@"; \
fi; \ fi; \
for ARCH in $(ARCHES); do \ for ARCH in $(ARCHES); do \
if [ -z "$(QUIET)" ]; then \ if [ -z "$(QUIET)" ]; then \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment