From: Al Viro Date: Mon, 5 Jan 2009 17:18:42 +0000 (+0000) Subject: get rid of the last symlink in uml build X-Git-Tag: v2.6.29-rc1~512 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=22409f9c80d0a742ff98d1cfe1bf60fce1927be1;p=pandora-kernel.git get rid of the last symlink in uml build We need to make asm-offsets.h contents visible for objects built with userland headers. Instead of creating a symlink, just have the file with equivalent include (relative to location of header) created once. That kills the last symlink used in arch/um builds. Additionally, both generated headers can become dependencies of archprepare now, killing the misuse of prepare. Signed-off-by: Al Viro Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed