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

/haiku/3rdparty/kallisti5/
H A Dconfigure.py52 def berror(message): function
135 berror("Unsupported target architecture: " + arch)
152 berror("Unknown platform: " + sysname)
195 berror("Your umask is too restrictive (should be <= 0022; is actually " + str(umask) + ")")
197 berror("Additionally, if the source tree was cloned with a too-restrictive umask,")
198 berror("you will need to run \"git checkout\" again to fix this.")
202 berror("You need to specify at least one target architecture via --target-arch")
206 berror("You need to pick a toolchain via --build-gcc-toolchain, --use-gcc-toolchain, or --use-clang")

Completed in 16 milliseconds