Overview
Comment: | Initial revision |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | origin/master | trunk |
Files: | files | file ages | folders |
SHA3-256: |
31be5766301a74e7660ce4d3b9d84569 |
User & Date: | gawthrop@users.sourceforge.net on 2000-12-01 14:28:34 |
Other Links: | branch diff | manifest | tags |
Context
2000-12-01
| ||
14:51:26 |
Major changes towards partioning
- generates sub ese, def and struc | |
14:28:34 | Initial revision check-in: 31be576630 user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
14:22:15 | *** empty log message *** check-in: a49daaeeff user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
Changes
Added mttroot/mtt/bin/trans/mtt_make_substruc version [39e2eb4e04].
> > > > > > > > > > > > > > > > | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 | #!/bin/sh # Makes subsystem structure files for partitioning # Copyright (C) 2000 by Peter J. Gawthrop sys=$1 rep=$2 lang=$3 echo Creating structure files for subsystems # Get subsystems subsystems=`mtt_get_subsystems -strip ${sys}`; for subsystem in $subsystems; do grep $subsystem < ${sys}_struc.txt > ${sys}_${subsystem}_struc.txt done |