Staging
v0.5.1
https://github.com/torvalds/linux
Revision ec268be36e79d99443efc4be3a617d6efc6f719b authored by Mike Frysinger on 30 January 2007, 22:35:55 UTC, committed by Linus Torvalds on 31 January 2007, 00:01:35 UTC
The current filename->define translation does not scrub dashes so when
creating stub defines for like asm-x86_64/ptrace-abi.h, we get: #define
__ASM_STUB_PTRACE-ABI_H

gcc just hates that sort of thing :)

trivial attached patch adds - to the tr list to scrub it to _

Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Cc: David Woodhouse <dwmw2@infradead.org>
Cc: Sam Ravnborg <sam@ravnborg.org>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
1 parent 0d59a01
History
Tip revision: ec268be36e79d99443efc4be3a617d6efc6f719b authored by Mike Frysinger on 30 January 2007, 22:35:55 UTC
[PATCH] translate dashes in filenames for headers install
Tip revision: ec268be
File Mode Size
Documentation
arch
block
crypto
drivers
fs
include
init
ipc
kernel
lib
mm
net
scripts
security
sound
usr
.gitignore -rw-r--r-- 572 bytes
COPYING -rw-r--r-- 18.3 KB
CREDITS -rw-r--r-- 88.5 KB
Kbuild -rw-r--r-- 1.2 KB
MAINTAINERS -rw-r--r-- 80.0 KB
Makefile -rw-r--r-- 49.2 KB
README -rw-r--r-- 16.5 KB
REPORTING-BUGS -rw-r--r-- 3.0 KB

README

back to top