Overview
Comment:Now used mtt to generate lower-level _sub.sh files.
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | origin/master | trunk
Files: files | file ages | folders
SHA3-256: ad7db35bd403bd5c36636bb1227eb0f35ae3d5db8db9acbb20ed14a6d2d5e644
User & Date: gawthrop@users.sourceforge.net on 1998-03-04 10:30:13
Other Links: branch diff | manifest | tags
Context
1998-03-04
10:50:11
Stopped mtt writing out its messages. check-in: 3e27ebe20f user: gawthrop@users.sourceforge.net tags: origin/master, trunk
10:30:13
Now used mtt to generate lower-level _sub.sh files. check-in: ad7db35bd4 user: gawthrop@users.sourceforge.net tags: origin/master, trunk
10:01:38
Initial revision check-in: be9b4f981b user: gawthrop@users.sourceforge.net tags: origin/master, trunk
Changes

Modified mttroot/mtt/bin/trans/sub2subs from [0c580b20d5] to [a5b825ac14].

1
2
3
4
5
6
7
8
9
10
11
12
13
14

15





16
17
18
19
20
21
22
#!/bin/sh

     ###################################### 
     ##### Model Transformation Tools #####
     ######################################

# Bourne shell script: sub2subs
# Generates a list of all subsystems associated with system $1

# P.J.Gawthrop May 1997
# Copyright (c) P.J.Gawthrop, 1997.


# Recursively execute the subsystem files

sh $1\_sub.sh "echo  " 





sh $1\_sub.sh "sub2subs " 



















|
>

>
>
>
>
>







1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
#!/bin/sh

     ###################################### 
     ##### Model Transformation Tools #####
     ######################################

# Bourne shell script: sub2subs
# Generates a list of all subsystems associated with system $1

# P.J.Gawthrop May 1997
# Copyright (c) P.J.Gawthrop, 1997.



# echo the name of the subsystems one level down
sh $1\_sub.sh "echo  " 

# Create the corresponding subsystems
sh $1\_sub.sh "mtt -q  " " sub sh >\dev\null"

# Recursively execute the subsystem files
sh $1\_sub.sh "sub2subs " 







MTT: Model Transformation Tools
GitHub | SourceHut | Sourceforge | Fossil RSS ]