Overview
Comment: | Fixed options variable name. |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | origin/master | trunk |
Files: | files | file ages | folders |
SHA3-256: |
3991c32409baf685087d52930eeef3c6 |
User & Date: | geraint@users.sourceforge.net on 2004-08-11 23:45:05 |
Other Links: | branch diff | manifest | tags |
Context
2004-08-12
| ||
12:28:03 | Removed: interferes with make dependencies for odes.dat2 check-in: cbd06f6888 user: geraint@users.sourceforge.net tags: origin/master, trunk | |
2004-08-11
| ||
23:45:05 | Fixed options variable name. check-in: 3991c32409 user: geraint@users.sourceforge.net tags: origin/master, trunk | |
08:24:28 | Replaced "gnuplot view" with "odeso gnuplot" in examples. check-in: be77369b00 user: geraint@users.sourceforge.net tags: origin/master, trunk | |
Changes
Modified mttroot/mtt/lib/rep/odes_rep.make from [85abb71dd7] to [11ce420c16].
1 2 3 4 5 | # -*-makefile-*- all: ${MTT_SYS}_odes.${MTT_LANG} ${MTT_SYS}_odes.gnuplot: | | | | 1 2 3 4 5 6 7 8 9 10 11 12 13 | # -*-makefile-*- all: ${MTT_SYS}_odes.${MTT_LANG} ${MTT_SYS}_odes.gnuplot: @mtt -q ${MTT_OPTS} ${MTT_SYS} gnuplot view ifneq ("${MTT_LANG}","gnuplot") ${MTT_SYS}_odes.${MTT_LANG}: @touch odes_rep.make.ignore @mtt -q ${MTT_OPTS} ${MTT_SYS} odes ${MTT_LANG} @rm odes_rep.make.ignore endif |
Modified mttroot/mtt/lib/rep/odeso_rep.make from [3d790a6c3c] to [069699a344].
1 2 3 4 5 | # -*-makefile-*- all: ${MTT_SYS}_odeso.${MTT_LANG} ${MTT_SYS}_odeso.gnuplot: | | | | 1 2 3 4 5 6 7 8 9 10 11 12 13 | # -*-makefile-*- all: ${MTT_SYS}_odeso.${MTT_LANG} ${MTT_SYS}_odeso.gnuplot: @mtt -q ${MTT_OPTS} ${MTT_SYS} gnuplot view ifneq ("${MTT_LANG}","gnuplot") ${MTT_SYS}_odeso.${MTT_LANG}: @touch odeso_rep.make.ignore @mtt -q ${MTT_OPTS} ${MTT_SYS} odeso ${MTT_LANG} @rm odeso_rep.make.ignore endif |