Searched refs:git_sha1 (Results 1 – 6 of 6) sorted by relevance
20 git_sha1 = subprocess.check_output([28 git_sha1 = ''29 return git_sha136 git_sha1 = os.environ.get('MESA_GIT_SHA1_OVERRIDE', get_git_sha1())[:10] variable37 if git_sha1:41 new_sha1 = git_sha1_h_in.read().replace('@VCS_TAG@', git_sha1)
22 .PHONY: git_sha1.h23 git_sha1.h: $(top_srcdir)/src/git_sha1.h.in27 BUILT_SOURCES = git_sha1.h29 EXTRA_DIST = git_sha1.h.in meson.build
22 """Mesa looks for a git_sha1.h file at compile time in order to display35 # Create the git_sha1.h header file36 write_git_sha1_h_file("git_sha1.h")37 # and update CPPPATH so the git_sha1.h header can be found
43 'git_sha1.h',44 output : 'git_sha1.h',
44 LOCAL_GENERATED_SOURCES += $(addprefix $(intermediates)/, git_sha1.h)46 $(intermediates)/git_sha1.h:
53 /src/git_sha1.h