summaryrefslogtreecommitdiff
path: root/regress
diff options
context:
space:
mode:
authorfukachan <fukachan>2003-12-24 12:50:31 +0000
committerfukachan <fukachan>2003-12-24 12:50:31 +0000
commiteb4ce69c48984a04b67b09fced42470854d131e7 (patch)
tree9331f1ca399b387ad828b9b04e1118ba71467427 /regress
parent0bb70ba897a13da9619a538c7f9347784cb3391d (diff)
downloadfml8-eb4ce69c48984a04b67b09fced42470854d131e7.tar.gz
fml8-eb4ce69c48984a04b67b09fced42470854d131e7.tar.bz2
fml8-eb4ce69c48984a04b67b09fced42470854d131e7.zip
cosmetics
Diffstat (limited to 'regress')
-rw-r--r--regress/simulation/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/regress/simulation/Makefile b/regress/simulation/Makefile
index 2bc71733..4ab4e076 100644
--- a/regress/simulation/Makefile
+++ b/regress/simulation/Makefile
@@ -1,5 +1,5 @@
#
-# $FML: Makefile,v 1.72 2003/10/17 08:40:46 fukachan Exp $
+# $FML: Makefile,v 1.73 2003/10/29 14:52:30 fukachan Exp $
#
TMPFILE = /tmp/log.fml-devel.test
@@ -26,6 +26,7 @@ check:
- test -f 33_TODO && mv -f 33_TODO 33_TODO.bak
@ echo " *********** 00_MEMO ********** " >> 33_TODO
- grep '^\[TODO' 00_MEMO >> 33_TODO
+ @ echo "" >> 33_TODO
@ echo " *********** PERL SYNTAX CHECKS ********** " >> 33_TODO
- (cd ../../fml; make check 2>&1 |\
grep -v 'syntax OK' |\
@@ -34,6 +35,7 @@ check:
@ echo "" >> 33_TODO
@ echo " *********** CHECK VARIABLE DEFINITIONS ********** " >> 33_TODO
@ ../variable/diff.pl >> 33_TODO
+ @ echo "" >> 33_TODO
@ echo " *********** STATUS.txt ********** " >> 33_TODO
@ echo "" >> 33_TODO
- egrep '^[0-9]|\[TODO\]' ../../fml/doc/ja/todo/STATUS.txt >> 33_TODO