From: Andreas Färber Date: Thu, 14 Jun 2012 15:14:33 +0000 (+0000) Subject: configure: Assure existence of linux-headers/ build directory X-Git-Tag: TizenStudio_2.0_p2.3.2~208^2~3955 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=a307beb6e8c4490bc4f9c95dc2195599ae43d59a;p=sdk%2Femulator%2Fqemu.git configure: Assure existence of linux-headers/ build directory Commit ec5b06d (configure: ensure directory exists when creating symlinks) moved the creation of directories into the symlink() function but forgot the case where no symlink is created. This leads to build errors on arm Linux due to -I../linux-headers. Unbreak the build on arm Linux by reverting part of that commit. Signed-off-by: Andreas Färber Signed-off-by: Anthony Liguori --- diff --git a/configure b/configure index 37faee4..f575279 100755 --- a/configure +++ b/configure @@ -3491,6 +3491,7 @@ done # 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