Re: [PATCH] Fix headers_install for x86-64 (now with lesswhitespace damage!)

From: David Woodhouse
Date: Tue Jun 26 2007 - 10:04:17 EST


On Tue, 2007-06-26 at 09:12 -0400, Rob Landley wrote:
> Signed-off-by: Rob Landley <rob@xxxxxxxxxxx>
>
> A bug in headers_install for ARCH=x86_64 yields an asm/ directory full of
> files all of which are using the same #ifdef guard, "__ASM_STUB_" with no
> postfix. So the second and later asm files #included in the same C file
> (often through standard headers like ioctl.h) yields no symbols.

Interesting. It works here with bash 3.2 -- I thought it was the _first_
shell which expanded $FNAME and $STUBDEF inside the parentheses. Which
shell are you using?

Is it sufficient just to add the missing semicolon after FNAME=...?

--
dwmw2

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/