Lines Matching refs:error
22 :) error "option '%s' expects a mandatory argument\n" "${OPTARG}";;
23 \?) error "unknown option '%s'\n" "${OPTARG}";;
30 error "no output directory specified (-d)\n"
72 error "'%s': no such file or directory\n" "${br2_ext}"
75 error "'%s': permission denied\n" "${br2_ext}"
78 error "'%s': does not have an 'external.desc'. See %s\n" \
83 error "'%s/external.desc': does not define the name\n" "${br2_ext}"
89 error "'%s': name '%s' contains invalid chars: '%s'\n" \
94 error "'%s': name '%s' is already used in '%s'\n" \
99 error "'%s/external.mk': no such file or directory\n" "${br2_ext}"
102 error "'%s/Config.in': no such file or directory\n" "${br2_ext}"
275 error() { local fmt="${1}"; shift; printf "BR2_EXTERNAL_ERROR = ${fmt}" "${@}"; exit 1; } function