Lines Matching refs:build_shell
270 function build_shell
290 fatal_error "build_shell: Illegal Linux type/compiler build mode \"${buildmode}\"."
366 fatal_error "build_shell: Illegal Solaris type/compiler build mode \"${buildmode}\"."
376 [[ -z "${CCFLAGS}" ]] && fatal_error "build_shell: CCFLAGS is empty."
377 [[ -z "${CC}" ]] && fatal_error "build_shell: CC is empty."
378 [[ -z "${HOSTTYPE}" ]] && fatal_error "build_shell: HOSTTYPE is empty."
379 [[ ! -f "bin/package" ]] && fatal_error "build_shell: bin/package missing."
380 [[ ! -x "bin/package" ]] && fatal_error "build_shell: bin/package not executable."
388 [[ -d "$root" ]] || fatal_error "build_shell: directory ${root} not found."
391 [[ -s $log ]] || fatal_error "build_shell: no make.out log found."
558 build.*) build_shell ;;