Lines Matching refs:OPTIONS
320 OPTIONS="${@:-allsave}"
324 for opt in $OPTIONS; do
329 if [ "$opt" = "$OPTIONS" ]; then
338 OPTIONS=$opt
380 run_build_hooks init $OPTIONS
386 option_check "$CMDS" $OPTIONS || return 0
452 case "$OPTIONS" in
488 run_build_hooks pre-build $OPTIONS
492 option_check "$CMDS" $OPTIONS || return 0
495 run_build_hooks build $OPTIONS
499 option_check "$CMDS" $OPTIONS || return 0
502 run_build_hooks post-build $OPTIONS