Mesa (10.0): automake: include only one copy VERSION in tarball

Ian Romanick idr at kemper.freedesktop.org
Fri Dec 6 16:11:35 UTC 2013


Module: Mesa
Branch: 10.0
Commit: e6710f42179a4750919c18e76a775ff0292b777b
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=e6710f42179a4750919c18e76a775ff0292b777b

Author: Emil Velikov <emil.l.velikov at gmail.com>
Date:   Mon Dec  2 19:42:51 2013 +0000

automake: include only one copy VERSION in tarball

The VERSION file is tracked by git (git ls-files), thus
adding it to EXTRA_FILES will result in a duplicate copy
within the final tarball.

Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=72230
Cc: "10.0" <mesa-stable at lists.freedesktop.org>
Reported-by: Patrick Steinhardt <ps at pks.im>
Tested-by: Patrick Steinhardt <ps at pks.im>
Reviewed-by: Matt Turner <mattst88 at gmail.com>
Signed-off-by: Emil Velikov <emil.l.velikov at gmail.com>
(cherry picked from commit 507c2356e3caa3b7da98787ae2de96c7bca0089e)

---

 Makefile.am |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/Makefile.am b/Makefile.am
index 361fb51..600adad 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -36,7 +36,6 @@ PACKAGE_NAME = MesaLib-$(PACKAGE_VERSION)
 EXTRA_FILES = \
 	aclocal.m4					\
 	configure					\
-	VERSION					\
 	bin/ar-lib					\
 	bin/compile					\
 	bin/config.sub					\




More information about the mesa-commit mailing list