diff options
| author | fukachan <fukachan> | 2006-03-12 12:19:53 +0000 |
|---|---|---|
| committer | fukachan <fukachan> | 2006-03-12 12:19:53 +0000 |
| commit | 9ab57799474499f41898d72a068d0022291b1816 (patch) | |
| tree | 938635dbbf4d9f54364130229159ee39731920f6 /fml/lib/FML/Merge/FML4/Makefile | |
| parent | 195f6b6abe6df0ef730a0d4680f287ac6bb7338b (diff) | |
| download | fml8-9ab57799474499f41898d72a068d0022291b1816.tar.gz fml8-9ab57799474499f41898d72a068d0022291b1816.tar.bz2 fml8-9ab57799474499f41898d72a068d0022291b1816.zip | |
define printok/print_ok rules
Diffstat (limited to 'fml/lib/FML/Merge/FML4/Makefile')
| -rw-r--r-- | fml/lib/FML/Merge/FML4/Makefile | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/fml/lib/FML/Merge/FML4/Makefile b/fml/lib/FML/Merge/FML4/Makefile index 95da0d3a..122ab455 100644 --- a/fml/lib/FML/Merge/FML4/Makefile +++ b/fml/lib/FML/Merge/FML4/Makefile @@ -1,5 +1,5 @@ # -# $FML$ +# $FML: Makefile,v 1.1 2004/12/09 03:38:25 fukachan Exp $ # SH = sh @@ -10,6 +10,7 @@ PROG = ../../../../../regress/fml4to8/var_check.sh CONV = ../../../../../regress/fml4to8/gen_rules.pl +PRINT_OK = ../../../../../regress/fml4to8/print_ok.pl all: Rules.pm @@ -21,5 +22,15 @@ Rules.pm: RULES.txt Makefile $(CONV) check: @ $(SH) $(PROG) || echo ok +printok: print_ok + +print_ok: + @ echo -n "OK " + @ $(PERL) $(PRINT_OK) RULES.txt | grep '^OK' | wc -l + @ echo -n " " + @ $(PERL) $(PRINT_OK) RULES.txt | grep -v '^OK' | wc -l + @ echo "----------------------------------------" + @ $(PERL) $(PRINT_OK) RULES.txt | uniq + clean: rm -f *~ |
