mesa: Fix generation of git_sha1.h.tmp for gitlinks
authorChad Versace <chad.versace@intel.com>
Fri, 10 Jul 2015 01:46:21 +0000 (18:46 -0700)
committerChad Versace <chad.versace@intel.com>
Fri, 10 Jul 2015 18:22:47 +0000 (11:22 -0700)
commit75784243df1f5bb0652fb243b37d69f36d493a86
tree494b6352ca18b3d15a4b6dfdf9973c4a247b8ba1
parent15d3524ad24a698095cc542cf9a527c8a8615f78
mesa: Fix generation of git_sha1.h.tmp for gitlinks

Don't assume that $(top_srcdir)/.git is a directory. It may be a
gitlink file [1] if $(top_srcdir) is a submodule checkout or a linked
worktree [2].

[1] A "gitlink" is a text file that specifies the real location of
    the gitdir.
[2] Linked worktrees are a new feature in Git 2.5.

Cc: "10.6, 10.5" <mesa-stable@lists.freedesktop.org>
Reviewed-by: Iago Toral Quiroga <itoral@igalia.com>
src/mesa/Makefile.am