diff options
| author | fukachan <fukachan> | 2004-01-04 13:37:55 +0000 |
|---|---|---|
| committer | fukachan <fukachan> | 2004-01-04 13:37:55 +0000 |
| commit | 8b6ca2b2372f9db581bf8c76e3c6156686e61a9f (patch) | |
| tree | 4852f61d94adbc72e60e06085dbd32c53d51f221 /regress/simulation | |
| parent | 9de26c0a922c3a99a667e79949557641e48b5e64 (diff) | |
| download | fml8-8b6ca2b2372f9db581bf8c76e3c6156686e61a9f.tar.gz fml8-8b6ca2b2372f9db581bf8c76e3c6156686e61a9f.tar.bz2 fml8-8b6ca2b2372f9db581bf8c76e3c6156686e61a9f.zip | |
show todo summary at the last
Diffstat (limited to 'regress/simulation')
| -rw-r--r-- | regress/simulation/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/regress/simulation/Makefile b/regress/simulation/Makefile index 26b401a9..d8b33d18 100644 --- a/regress/simulation/Makefile +++ b/regress/simulation/Makefile @@ -1,5 +1,5 @@ # -# $FML: Makefile,v 1.74 2003/12/24 12:50:31 fukachan Exp $ +# $FML: Makefile,v 1.75 2003/12/28 13:24:07 fukachan Exp $ # TMPFILE = /tmp/log.fml-devel.test @@ -55,6 +55,9 @@ check: tee 44_STYLE - test -s 33_TODO || rm -f 33_TODO - test -s 44_STYLE || rm -f 44_STYLE + @ echo ""; echo "-- summary"; echo ""; + @ echo -n "TODO: "; + @ grep TODO 33_TODO| wc -l link: clean_link _link |
