Searched refs:build_shell (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libshell/misc/
H A Dbuildksh93.sh270 function build_shell function
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
[all...]

Completed in 44 milliseconds