From: Andi Kleen Date: Sat, 10 Jan 2009 03:56:13 +0000 (+0100) Subject: kbuild: create the source symlink earlier in the objdir X-Git-Tag: v2.6.29-rc6~81^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=929799973ba4a40f7b8001e9cc461c13d04c4124;p=pandora-kernel.git kbuild: create the source symlink earlier in the objdir It's useful to already have the source symlink in a objdir when one just runs make *config. Then one can do mkdir obj-allyes cd obj-allyes make -C ../sourcedir O=$(pwd) allyesconfig ./source/scripts/config --disable debug_info make CC=icecc -j18 without having to interrupt the make first just to get the source symlink. Signed-off-by: Andi Kleen [sam: deleted the other source symlink statement] Signed-off-by: Sam Ravnborg --- Reading git-diff-tree failed