From 4f3566d07c6a4ae28c19af181a67e0bea9cfd396 Mon Sep 17 00:00:00 2001 From: mss Date: Wed, 25 Sep 2002 16:27:02 +0000 Subject: reduce the amount of messages for 'make check' --- templates/ru/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/ru/Makefile b/templates/ru/Makefile index 43173f53d..95c56102c 100644 --- a/templates/ru/Makefile +++ b/templates/ru/Makefile @@ -16,7 +16,7 @@ diff-%: % @-(cd ../en/ ; cvs -z6 diff $(diff_args) -r$(shell fgrep $< status | awk '{ print $$2; }') $<) check: - (cd ../en/ ; cvs -z6 status ) | ./s2s.py + @(cd ../en/ ; cvs -z6 -q status ) | ./s2s.py todo: @cat status | while read name version status rest; do [ "$$status" == "done" ] || echo $$name; done | sort -- cgit v1.3.1