Changeset 3455 for palm/trunk/SCRIPTS/palmbuild
- Timestamp:
- Oct 30, 2018 2:12:31 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SCRIPTS/palmbuild
r3312 r3455 27 27 # ----------------- 28 28 # $Id$ 29 # options -h and -d renamed -c and -r, respectively 30 # 31 # 3312 2018-10-06 14:15:46Z knoop 29 32 # "host identifier" in header output renamed "config. identifier", 30 33 # host_configuration renamed configuration_identifier, … … 127 130 128 131 # READ SHELLSCRIPT-OPTIONS 129 while getopts : d:h:uvV option132 while getopts :c:r:uvV option 130 133 do 131 134 case $option in 132 ( d) run_identifier=$OPTARG;;133 ( h) configuration_identifier=$OPTARG;;135 (c) configuration_identifier=$OPTARG;; 136 (r) run_identifier=$OPTARG;; 134 137 (v) silent=true;; 135 138 (V) use_existing_sources_folder=true;; … … 138 141 esac 139 142 done 140 141 142 # FOR COMPATIBILITY REASONS SET OLD ENVIRONMENT VARIABLES143 export fname=$run_identifier144 export jobname=$run_identifier145 143 146 144 … … 871 869 printf "\n +++ directory for local make depository:" 872 870 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\" " 874 872 locat=make_depository; exit 875 873 fi
Note: See TracChangeset
for help on using the changeset viewer.