Artifact f08a2c8c26cc4f9ecc5244ac76fa6f5e31b988fa68c7a4f62189323d7b211339:
- Executable file mttroot/mtt/bin/trans/mtt_make_subsystems — part of check-in [0ade8bf913] at 2000-09-02 15:54:28 on branch origin/master — Initial revision (user: gawthrop@users.sourceforge.net, size: 367) [annotate] [blame] [check-ins using]
#!/bin/sh
# Makes subsystems for partitioning
# Copyright (C) 2000 by Peter J. Gawthrop
echo Creating subsystems for $1_$2.$3
# Get subsystems
subsystems=`mtt_get_subsystems -strip $1`;
for subsystem in $subsystems; do
mtt -q -sub $subsystem $1 $2 $3
## Repeating systems need sorting out !!!!
#cp $1_$subsystem"_"$2.$3 $1_$subsystem"_1_"$2.$3
done