diff options
| author | fukachan <fukachan> | 2002-09-29 06:07:52 +0000 |
|---|---|---|
| committer | fukachan <fukachan> | 2002-09-29 06:07:52 +0000 |
| commit | 1248b7aa11494edf12e2d91ba3faddffd712342d (patch) | |
| tree | 7646ab35697d967e17d023cee39ec3f60244151d | |
| parent | 6dc97a75a47a4787fdfb55185156952a2e206e6c (diff) | |
| download | fml8-1248b7aa11494edf12e2d91ba3faddffd712342d.tar.gz fml8-1248b7aa11494edf12e2d91ba3faddffd712342d.tar.bz2 fml8-1248b7aa11494edf12e2d91ba3faddffd712342d.zip | |
reconstruct regen:
1. re-generate fml/etc/*config*.in if needed.
2. re-generate command list at fml/doc/share/config/ if needed.
| -rw-r--r-- | regress/simulation/Makefile | 22 |
1 files changed, 18 insertions, 4 deletions
diff --git a/regress/simulation/Makefile b/regress/simulation/Makefile index 7669b203..a80e2bfa 100644 --- a/regress/simulation/Makefile +++ b/regress/simulation/Makefile @@ -1,5 +1,5 @@ # -# $FML: Makefile,v 1.57 2002/07/11 14:52:10 fukachan Exp $ +# $FML: Makefile,v 1.58 2002/08/03 10:30:06 fukachan Exp $ # TMPFILE = /tmp/log.fml-devel.test @@ -75,8 +75,22 @@ _test: @ echo "* errormails" @ (cd ../errormails; make check) -regen: - (cd ../../fml/etc; make ) - diag: env PATH=/usr/pkg/bin:$$PATH make check + + +# +# re-generate files for fml/etc/ and fml/doc/ +# + +LIST_TARGET = ../../fml/doc/share/config/list_makefml_command.txt + +regen: regen_default_config_cf regen_command_list + +regen_default_config_cf: + (cd ../../fml/etc; make ) + +regen_command_list: $(LIST_TARGET) + +$(LIST_TARGET): ../../fml/etc/src/config.cf.ja/command.cf + sh ../../fml/utils/bin/listup_commnads.sh |
