From: Paolo 'Blaisorblade' Giarrusso Date: Thu, 5 May 2005 23:15:18 +0000 (-0700) Subject: [PATCH] uml kbuild: avoid useless rebuilds X-Git-Tag: v2.6.12-rc4~100 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=776cfebb430c7b22c208b1b17add97f354d97cab;p=pandora-kernel.git [PATCH] uml kbuild: avoid useless rebuilds - Fix some problems with usage of $(targets) (sometimes missing, sometimes used badly) that trigger partial rebuilds when doing a rebuild. - At that purpose, also factor out some common code for symlinks creation. - Fix a x86-64 build warning, caused by -L/usr/lib, which is anyway useless, and invalid in the x86-64 case. Tested on x86_64 and x86. Signed-off-by: Paolo 'Blaisorblade' Giarrusso Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed