Overview
Comment: | VERSION 2.0 |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | origin/master | trunk |
Files: | files | file ages | folders |
SHA3-256: |
87287d89d1d6678b22e1fe2166f4dbc7 |
User & Date: | gawthrop@users.sourceforge.net on 1996-11-09 20:22:54 |
Other Links: | branch diff | manifest | tags |
Context
1996-11-09
| ||
20:38:45 | Put in new lib pat check-in: 826ebc2466 user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
20:22:54 | VERSION 2.0 check-in: 87287d89d1 user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
20:17:34 |
Fixed bug with null ARGS argument Put in new lib paths. check-in: 0eaddbb1ed user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
Changes
Modified mttroot/mtt/bin/mtt from [b693ee8dfd] to [2123d5012d].
︙ | ︙ | |||
10 11 12 13 14 15 16 17 18 19 20 21 22 23 | # Copyright (c) P.J.Gawthrop, 1989, 1990, 1991, 1993, 1994, 1995, 1996. ############################################################### ## Version control history ############################################################### ## $Header$ ## $Log$ ## Revision 1.37 1996/11/09 18:47:46 peterg ## Added new copy command (using find). ## More documaentation stuff. ## # Revision 1.36 1996/11/03 21:19:02 peterg # Recursice generation of Constitutive Relationship files. # | > > > > | 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 | # Copyright (c) P.J.Gawthrop, 1989, 1990, 1991, 1993, 1994, 1995, 1996. ############################################################### ## Version control history ############################################################### ## $Header$ ## $Log$ ## Revision 1.38 1996/11/09 20:17:34 peterg ## Fixed bug with null ARGS argument ## Put in new lib paths. ## ## Revision 1.37 1996/11/09 18:47:46 peterg ## Added new copy command (using find). ## More documaentation stuff. ## # Revision 1.36 1996/11/03 21:19:02 peterg # Recursice generation of Constitutive Relationship files. # |
︙ | ︙ | |||
146 147 148 149 150 151 152 | esac shift done #Print header if not in quiet (-q) mode. if [ "$quiet" != "quiet" ]; then echo | | | 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 | esac shift done #Print header if not in quiet (-q) mode. if [ "$quiet" != "quiet" ]; then echo echo 'MTT (Model Transformation Tools) version 2.1' echo 'This is free software with ABSOLUTELY NO WARRANTY.' echo 'Type `mtt warranty'\' 'for details.' echo fi if [ "$1" = "" ]; then echo 'Usage: mtt help' |
︙ | ︙ | |||
363 364 365 366 367 368 369 | # Cancel implicit rules I don't want %.dvi: %.tex # If level>0, try and get subsystem files ifneq ($level,"0") $1_abg.fig: | | | 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 | # Cancel implicit rules I don't want %.dvi: %.tex # If level>0, try and get subsystem files ifneq ($level,"0") $1_abg.fig: mtt -q copy $1 $MTTPATH/lib/comp/compound endif # Create an arg file if it doesn't exist $1_args.m: touch $1_args.m |
︙ | ︙ |