Ignore:
Timestamp:
Oct 30, 2018 2:12:31 PM (5 years ago)
Author:
raasch
Message:

options -h and -d renamed -c and -r, respectively, job_queue renamed job_logfiles in sveral configuration files

File:
1 edited

Legend:

Unmodified
Added
Removed
  • palm/trunk/SCRIPTS/palmbuild

    r3312 r3455  
    2727# -----------------
    2828# $Id$
     29# options -h and -d renamed -c and -r, respectively
     30#
     31# 3312 2018-10-06 14:15:46Z knoop
    2932# "host identifier" in header output renamed "config. identifier",
    3033# host_configuration renamed configuration_identifier,
     
    127130
    128131    # READ SHELLSCRIPT-OPTIONS
    129  while  getopts  :d:h:uvV  option
     132 while  getopts  :c:r:uvV  option
    130133 do
    131134   case  $option  in
    132        (d)   run_identifier=$OPTARG;;
    133        (h)   configuration_identifier=$OPTARG;;
     135       (c)   configuration_identifier=$OPTARG;;
     136       (r)   run_identifier=$OPTARG;;
    134137       (v)   silent=true;;
    135138       (V)   use_existing_sources_folder=true;;
     
    138141   esac
    139142 done
    140 
    141 
    142     # FOR COMPATIBILITY REASONS SET OLD ENVIRONMENT VARIABLES
    143  export fname=$run_identifier
    144  export jobname=$run_identifier
    145143
    146144
     
    871869          printf "\n  +++ directory for local make depository:"
    872870          printf "\n           $make_depository"
    873           printf "\n      not found. Please run \"palmbuild -h $configuration_identifier\" "
     871          printf "\n      not found. Please run \"palmbuild -c $configuration_identifier\" "
    874872          locat=make_depository; exit
    875873       fi
Note: See TracChangeset for help on using the changeset viewer.