From: Greg Thelen Date: Wed, 5 May 2010 17:41:44 +0000 (-0700) Subject: kbuild: Fix checking of scm-identifier variable X-Git-Tag: v2.6.35-rc2~61^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fb994ecc2b1c214951366c2ba5d8b121f0010d1f;p=pandora-kernel.git kbuild: Fix checking of scm-identifier variable I'm looking Makefile in the -mm branch (dated 2010-04-28-16-53) and seeing what looks like a bug in the checking of scm-identifier. The "ifneq ($scm-identifier)" seems to always execute "ifeq ($(LOCALVERSION,)) ...". This patch fixes the checking of scm-identifier. Signed-off-by: Greg Thelen Acked-by: David Rientjes Signed-off-by: Michal Marek --- Reading git-diff-tree failed