Index: mttroot/mtt/bin/mtt ================================================================== --- mttroot/mtt/bin/mtt +++ mttroot/mtt/bin/mtt @@ -15,10 +15,14 @@ ############################################################### ## Version control history ############################################################### ## $Header$ ## $Log$ +## Revision 1.349 2002/05/20 10:29:59 gawthrop +## -oct now forces an m target language to be oct +## (if the rep is an the list: "ae input logic numpar simpar state") +## ## Revision 1.348 2002/05/20 08:50:12 geraint ## Cleans _sfun_ae.mexglx. ## ## Revision 1.347 2002/05/20 07:12:05 gawthrop ## Trying to get oct files generated with -oct @@ -2116,22 +2120,22 @@ filename=$1_$2-$4.$3 else filename=$1_$2.$3 fi - if [ -f "$filename" ]; then - echo $filename exists - else + #if [ -f "$filename" ]; then + # echo $filename exists + #else if [ -n "$Verbose" ]; then echo make -s -f $2_rep.make "SYS=$1" "LANG=$3" "ARG=$4" "OPTS=$mtt_switches" fi make -s -f $2_rep.make "SYS=$1" "LANG=$3" "ARG=$4" "OPTS=$mtt_switches" if [ -n "$4" ]; then echo Copying $1_$2$__ARGS.$ps cp $1_$2$__ARGS.$ps .. fi - fi + #fi exit fi ## Check for pre version 4.0 integration method specification. if [ $level = "0" ]; then