Changeset 66 for palm/trunk/SCRIPTS/mbuild
- Timestamp:
- Mar 14, 2007 6:05:09 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SCRIPTS/mbuild
- Property svn:keywords changed from Id to Rev
r54 r66 1 1 #!/bin/ksh 2 # mbuild - Programmuebersetzungsscript Version: @(#)MBUILD 2.0 08/03/073 # $Id $2 # mbuild - Programmuebersetzungsscript 3 # $Id: mbuild 54 2007-03-08 00:00:02Z raasch $ 4 4 5 5 # Prozedur zur Uebersetzung von Programmteilen mittels make-Mechanismus … … 82 82 # 02/03/07 - Siggi - compilation of utility programs and transfer of 83 83 # scripts to remote hosts added (option -u) 84 # 14/03/07 - Siggi - fimm admitted, revision number added to terminal 85 # output 84 86 85 87 … … 102 104 typeset -i ih ihost=0 103 105 104 typeset -R 50 calltime106 typeset -R30 calltime 105 107 typeset -L20 column1 106 108 typeset -L50 column2 107 109 typeset -L70 column3 108 typeset -L 20 version="MBUILD 2.0"110 typeset -L40 version="MBUILD 2.0 $Rev$" 109 111 110 112 # FEHLERBEHANDLUNG … … 158 160 (berte) local_host=t3eb;; 159 161 (bora|breva|gregale|irifi|levanto|maestro|orkan|ostria|quanero|scirocco) local_host=lcmuk;; 162 (fimm.bccs.uib.no) local_host=lcmuk;; 160 163 (gate) local_host=neck;; 161 164 (gfdl3.yonsei.ac.kr) local_host=decalpha; local_addres=165.132.26.56;;
Note: See TracChangeset
for help on using the changeset viewer.