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: |
c03dcc041535f2dfb7f39e88db094a8a |
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: 2d7fe86697 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: c03dcc0415 user: geraint@users.sourceforge.net tags: origin/master, trunk | |
17:23:27 | Fixed [ 647664 ] Namespace clash: LANG check-in: 57a87aa7c5 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 | 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 |
︙ |