Commit ed648a3f by Clifford Wolf

Fix top-level make report printed to console

Signed-off-by: Clifford Wolf <clifford@clifford.at>
parent 87e0a89b
......@@ -9,7 +9,7 @@ export YOSYS_NOVERIFIC=1
endif
all: $(addsuffix /.stamp,$(SUBDIRS))
echo; find * -name "*.status" | sort | xargs grep -H . | sed 's,^, ,; s,.status:,\t,; s,PASS,pass,;' | expand -t80; echo
echo; find * -name "*.status" | sort | xargs grep -H . | sed 's,^, ,; s,.status:,\t,; s,PASS,pass,;' | expand -t100; echo
touch .stamp
%/.stamp:
......
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