Ignore:
Timestamp:
Nov 18, 2008 9:54:31 AM (16 years ago)
Author:
raasch
Message:

precompilation mechanism completely revised: now one depository per configuration block, further change of output messages

File:
1 edited

Legend:

Unmodified
Added
Removed
  • palm/trunk/SCRIPTS/mrun

    r211 r215  
    163163     #                     user can provide his/her own makefile, only
    164164     #                     default source-code filenames are allowed
     165     # 14/11/08 - Siggi  - cond1 and cond2 are part of the depository name
    165166
    166167
     
    22862287       fi
    22872288       eval local_depository_path=$local_depository_path
     2289       [[ "$cond1" != "" ]]  &&  local_depository_path=${local_depository_path}_$cond1
     2290       [[ "$cond2" != "" ]]  &&  local_depository_path=${local_depository_path}_$cond2
     2291
    22882292
    22892293       basename=`print $mainprog | cut -f1 -d"."`
Note: See TracChangeset for help on using the changeset viewer.