Overview
Comment:Now runs mtt quietly.
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | origin/master | trunk
Files: files | file ages | folders
SHA3-256: dc3bf4658911ddcabc019068cfc549c16b9e856557dd14431916516eb0353a77
User & Date: gawthrop@users.sourceforge.net on 1996-11-21 15:57:28
Other Links: branch diff | manifest | tags
Context
1996-12-04
16:00:56
Initial revision check-in: 822ed1f6f3 user: gawthrop@users.sourceforge.net tags: origin/master, trunk
1996-11-21
15:57:28
Now runs mtt quietly. check-in: dc3bf46589 user: gawthrop@users.sourceforge.net tags: origin/master, trunk
1996-11-12
16:04:25
Really VERSION 2.1 check-in: 7682d7d14f user: gawthrop@users.sourceforge.net tags: origin/master, trunk
Changes

Modified mttroot/mtt/bin/trans/awk/rep_txt2make.awk from [598e879132] to [bbabd0e7af].

8
9
10
11
12
13
14



15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
# Copyright (c) P.J.Gawthrop, 1996.

###############################################################
## Version control history
###############################################################
## $Id$
## $Log$



###############################################################


BEGIN {
  split(ARGV[1],a,"_");
  system_name = a[1];
    }
{
  if (NF==2) {
    if( match("tex txt r m ps",$2)>0) {
      printf("%s_%s.%s ", system_name, $1, $2)
    } 
  }
}
END {

}










>
>
>










|









8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
# Copyright (c) P.J.Gawthrop, 1996.

###############################################################
## Version control history
###############################################################
## $Id$
## $Log$
# Revision 1.1  1996/08/18  19:59:00  peter
# Initial revision
#
###############################################################


BEGIN {
  split(ARGV[1],a,"_");
  system_name = a[1];
    }
{
  if (NF==2) {
    if( match("tex txt r m ps",$2)>0) {
      printf("mtt -q %s %s %s\n ", system_name, $1, $2)
    } 
  }
}
END {

}




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