haiku/build/scripts/host_build_only
Ingo Weinhold 2ebcd86dfe Add configure option --host-only
When specified, the build will be configured for building build host
tools only.
2013-07-03 23:19:00 +02:00

7 lines
112 B
Bash
Executable File

#!/bin/sh
echo "Error: The build has been configured for building the build host tools" \
"only." >&2
exit 1