From: Sam Ravnborg Date: Sat, 25 Oct 2008 20:58:23 +0000 (+0200) Subject: kbuild: improve check-symlink X-Git-Tag: v2.6.28-rc3~34^2~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dcc2da1a9693807096e9ac5137b499a829c51268;p=pandora-kernel.git kbuild: improve check-symlink o if include/asm point to a nonexisting directory remove the asm symlink o if include/asm is a directory error out This fixes a situation where one could be left with a symlink to asm-x86 but that directory no longer exist and thus the build would error out. include/asm may be a directory if the kernel tree has been copied Signed-off-by: Sam Ravnborg --- Reading git-diff-tree failed