Brian Jackson wrote:
> Or we could try a correct version:
>
> diff --git a/configure b/configure
> index 3bb10ce..5cac4c8 100755
> --- a/configure
> +++ b/configure
> @@ -102,6 +102,12 @@ if [ "$arch" = "powerpc" ]; then
>      qemu_ldflags="$qemu_ldflags -L $PWD/libfdt"
>  fi
>
> +# check for some utils we use
> +if [ -d .git -a ! -x "`which gawk`" ] ; then
> +    echo "gawk not installed and necessary for compiling from git"
> +    exit
> +fi
> +
>   

'exit 1', and a changelog+signoff.


-- 
Do not meddle in the internals of kernels, for they are subtle and quick to 
panic.

--
To unsubscribe from this list: send the line "unsubscribe kvm" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to