qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH v3 28/29] configure: ensure directory exists whe


From: Andreas Färber
Subject: Re: [Qemu-devel] [PATCH v3 28/29] configure: ensure directory exists when creating symlink
Date: Tue, 12 Jun 2012 20:44:45 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:12.0) Gecko/20120421 Thunderbird/12.0

Am 07.06.2012 09:40, schrieb Paolo Bonzini:
> From: Anthony Liguori <address@hidden>
> 
> Signed-off-by: Anthony Liguori <address@hidden>
> ---
>  configure |    3 +--
>  1 file changed, 1 insertion(+), 2 deletions(-)
> 
> diff --git a/configure b/configure
> index cd5e8b3..cbcbcb1 100755
> --- a/configure
> +++ b/configure
[...]
>  # use included Linux headers
>  if test "$linux" = "yes" ; then
> -  mkdir -p linux-headers
>    case "$cpu" in
>    i386|x86_64)
>      symlink "$source_path/linux-headers/asm-x86" linux-headers/asm

This change broke the out-of-tree build on Linux platforms where no
headers are being symlinked, such as Linux/arm:

Makefile.target adds -I../linux-headers irrespective of the
architecture, leading to a file or directory not found error.

If no one beats me to it, I'll send a patch reverting this line tomorrow.

Andreas

-- 
SUSE LINUX Products GmbH, Maxfeldstr. 5, 90409 Nürnberg, Germany
GF: Jeff Hawn, Jennifer Guild, Felix Imendörffer; HRB 16746 AG Nürnberg



reply via email to

[Prev in Thread] Current Thread [Next in Thread]