https://github.com/torvalds/linux
Revision 0db19c412ce260a293b06b4bab66550b84411bfc authored by David Woodhouse on 06 July 2007, 09:39:52 UTC, committed by Linus Torvalds on 06 July 2007, 17:23:43 UTC
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.

Strangeness with the Ubuntu 'tell me if I support something that's not
explcitly mentioned in POSIX, and I'll strip it out' shell, I believe.

We don't need the 'export' but we do need a semicolon at the end of the
FNAME line:

Signed-off-by: David Woodhouse <dwmw2@infradead.org>
Signed-off-by: Rob Landley <rob@landley.net>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
1 parent d25c1ba
History
Tip revision: 0db19c412ce260a293b06b4bab66550b84411bfc authored by David Woodhouse on 06 July 2007, 09:39:52 UTC
x86_64: fix headers_install
Tip revision: 0db19c4
File Mode Size
Kconfig -rw-r--r-- 22.9 KB
Makefile -rw-r--r-- 1.0 KB
calibrate.c -rw-r--r-- 4.7 KB
do_mounts.c -rw-r--r-- 9.7 KB
do_mounts.h -rw-r--r-- 1.4 KB
do_mounts_initrd.c -rw-r--r-- 3.0 KB
do_mounts_md.c -rw-r--r-- 7.3 KB
do_mounts_rd.c -rw-r--r-- 10.0 KB
initramfs.c -rw-r--r-- 11.8 KB
main.c -rw-r--r-- 20.0 KB
noinitramfs.c -rw-r--r-- 1.4 KB
version.c -rw-r--r-- 1009 bytes

back to top