Ignore:
Timestamp:
Mar 14, 2007 6:05:09 AM (17 years ago)
Author:
raasch
Message:

Rev properties set fro scripts, small adjustments for RIAM, fimm (Igor) admitted

File:
1 edited

Legend:

Unmodified
Added
Removed
  • palm/trunk/SCRIPTS/mbuild

    • Property svn:keywords changed from Id to Rev
    r54 r66  
    11#!/bin/ksh
    2 # mbuild - Programmuebersetzungsscript   Version:  @(#)MBUILD 2.0    08/03/07
    3 # $Id$
     2# mbuild - Programmuebersetzungsscript
     3# $Id: mbuild 54 2007-03-08 00:00:02Z raasch $
    44
    55     # Prozedur zur Uebersetzung von Programmteilen mittels make-Mechanismus
     
    8282     # 02/03/07 - Siggi - compilation of utility programs and transfer of
    8383     #                    scripts to remote hosts added (option -u)
     84     # 14/03/07 - Siggi - fimm admitted, revision number added to terminal
     85     #                    output
    8486
    8587
     
    102104 typeset -i  ih ihost=0
    103105
    104  typeset  -R50 calltime
     106 typeset  -R30 calltime
    105107 typeset  -L20 column1
    106108 typeset  -L50 column2
    107109 typeset  -L70 column3
    108  typeset  -L20 version="MBUILD  2.0"
     110 typeset  -L40 version="MBUILD  2.0  $Rev$"
    109111
    110112    # FEHLERBEHANDLUNG
     
    158160     (berte)                    local_host=t3eb;;
    159161     (bora|breva|gregale|irifi|levanto|maestro|orkan|ostria|quanero|scirocco)  local_host=lcmuk;;
     162     (fimm.bccs.uib.no)         local_host=lcmuk;;
    160163     (gate)                     local_host=neck;;
    161164     (gfdl3.yonsei.ac.kr)       local_host=decalpha; local_addres=165.132.26.56;;
Note: See TracChangeset for help on using the changeset viewer.