Overview
Comment: | Fixed [ 652792 ] CVS status failure prevents sfun.zip |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | origin/master | trunk |
Files: | files | file ages | folders |
SHA3-256: |
cfbed9affe98191ff695da978ff4c839 |
User & Date: | geraint@users.sourceforge.net on 2002-12-12 17:43:33 |
Other Links: | branch diff | manifest | tags |
Context
2002-12-13
| ||
10:07:07 | Added example in sh section of DIY reps check-in: d3d7754c45 user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
2002-12-12
| ||
17:43:33 | Fixed [ 652792 ] CVS status failure prevents sfun.zip check-in: cfbed9affe user: geraint@users.sourceforge.net tags: origin/master, trunk | |
17:23:27 | Fixed [ 647664 ] Namespace clash: LANG check-in: f79ccba358 user: geraint@users.sourceforge.net tags: origin/master, trunk | |
Changes
Modified mttroot/mtt/lib/rep/sfun_rep/Makefile from [974e36d4ad] to [6e11143670].
︙ | ︙ | |||
51 52 53 54 55 56 57 | README:: ${MTT_REP}/sfun_rep/README.tmpl README.CVS echo Creating $@ cat $^ | sed 's/<mtt_model_name>/$(MTT_SYS)/g' > $@ rm -f README.CVS README.CVS: echo Getting CVS status | | | 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 | README:: ${MTT_REP}/sfun_rep/README.tmpl README.CVS echo Creating $@ cat $^ | sed 's/<mtt_model_name>/$(MTT_SYS)/g' > $@ rm -f README.CVS README.CVS: echo Getting CVS status (cvs status ../$(MTT_SYS)_abg.fig || echo -e "\n$(MTT_SYS)_abg.fig is not under CVS\n") > $@ 2>1 date >> $@ $(MTT_SYS)_ae.c: $(MTT_SYS)_ae.m echo Creating $@ ${MTT_CC}/mtt_m2cc.sh $(MTT_SYS) ae c cat $(MTT_SYS)_input.c: $(MTT_SYS)_input.m |
︙ | ︙ |