Mesa (master): autotools: don't ship the git_sha1.h generated in git in the tarballs

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Tue Aug 21 14:40:22 UTC 2018


Module: Mesa
Branch: master
Commit: 6ff1c479968819b93c46d24bd898e89ce14ac401
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=6ff1c479968819b93c46d24bd898e89ce14ac401

Author: Eric Engestrom <eric.engestrom at intel.com>
Date:   Tue Aug 21 12:57:00 2018 +0100

autotools: don't ship the git_sha1.h generated in git in the tarballs

This file is regenerated at build time anyway, so this would just get
overwritten anyway. No reason to ship it in the tarball.

Fixes: 44df06211cf2c301f6ef "autotools: include git_sha1.h in dist tarball"
Fixes: 471f708ed6f4787813d0 "git_sha1: simplify logic"
Signed-off-by: Eric Engestrom <eric.engestrom at intel.com>
Reviewed-by: Juan A. Suarez <jasuarez at igalia.com>
Reviewed-by: Emil Velikov <emil.velikov at collabora.com>

---

 src/Makefile.am | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/Makefile.am b/src/Makefile.am
index 412510f435..c4fcd8a924 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -26,7 +26,7 @@ git_sha1.h:
 
 BUILT_SOURCES = git_sha1.h
 CLEANFILES = $(BUILT_SOURCES)
-EXTRA_DIST = git_sha1.h meson.build
+EXTRA_DIST = meson.build
 
 SUBDIRS = . gtest util mapi/glapi/gen mapi
 




More information about the mesa-commit mailing list