On Sat, 29 Jun 2013 10:35:45 +0200
Michał Górny <[email protected]> wrote:

> +# @FUNCTION: multilib_is_native_abi
> +# @DESCRIPTION:
> +# Determine whether the currently built ABI is the profile native.
> +# Return true status (0) if that is true, otherwise false (1).
> +#
> +# This is often useful for configure calls when some of the options
> are +# supposed to be disabled for multilib ABIs (like those used for
> +# executables only).
> +multilib_is_native_abi() {
> +     debug-print-function ${FUNCNAME} "${@}"
> +
> +     [[ ${#} -eq 0 ]] || die "${FUNCNAME}: too many arguments"


Just add @USAGE and stop babysitting people I'd say :)


Looks good, thanks

Alexis.

Reply via email to