]> Git Repo - linux.git/commit
uml: correctly strip kernel defines from userspace CFLAGS
authorJeff Dike <[email protected]>
Mon, 5 Nov 2007 22:50:59 +0000 (14:50 -0800)
committerLinus Torvalds <[email protected]>
Mon, 5 Nov 2007 23:12:32 +0000 (15:12 -0800)
commitf15cf5151c3ecfe4073fb4478f686cb396bc2b17
treedaef701195d26d7408ade4a140189b31708110bb
parent4f40c05528f9d612057a3dd382008a54179f8919
uml: correctly strip kernel defines from userspace CFLAGS

KERNEL_DEFINES needs whitespace trimmed, otherwise the whitespace crunching
done by make fools the patsubst which is used to remove KERNEL_DEFINES from
USER_CFLAGS.

Signed-off-by: Jeff Dike <[email protected]>
Cc: Sam Ravnborg <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
arch/um/Makefile
This page took 0.049303 seconds and 4 git commands to generate.