From: Franck Bui-Huu Date: Fri, 21 Mar 2008 03:22:01 +0000 (+0900) Subject: sh: Use relative paths for mach/cpu symlinks. X-Git-Tag: v2.6.25-rc7~55^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=49a5ba46c5d1e34bcb07634157b29d7414ce13bd;p=pandora-kernel.git sh: Use relative paths for mach/cpu symlinks. When building the kernel without passing the O= command line parameter there's no point to use absolute paths for them. Usually relative paths are preferred because they survive directory moves, work across networked file systems and chrooted environments. Absolute paths are still used if an output directory is given. Signed-off-by: Franck Bui-Huu Signed-off-by: Paul Mundt --- Reading git-diff-tree failed