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

Author: Matt Turner <[email protected]>
Date:   Sun Dec  7 18:09:49 2014 -0800

mesa: Remove tarballs/checksum rules.

---

 Makefile.am |   75 -----------------------------------------------------------
 1 file changed, 75 deletions(-)

diff --git a/Makefile.am b/Makefile.am
index e00af42..ccf9ac9 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -36,11 +36,6 @@ DISTCHECK_CONFIGURE_FLAGS = \
 
 ACLOCAL_AMFLAGS = -I m4
 
-# Rules for making release tarballs
-
-PACKAGE_DIR = Mesa-$(PACKAGE_VERSION)
-PACKAGE_NAME = MesaLib-$(PACKAGE_VERSION)
-
 EXTRA_DIST = \
        autogen.sh \
        common.py \
@@ -49,30 +44,6 @@ EXTRA_DIST = \
        scons \
        SConstruct
 
-EXTRA_FILES = \
-       aclocal.m4                                      \
-       configure                                       \
-       bin/ar-lib                                      \
-       bin/compile                                     \
-       bin/config.sub                                  \
-       bin/config.guess                                \
-       bin/depcomp                                     \
-       bin/install-sh                                  \
-       bin/ltmain.sh                                   \
-       bin/missing                                     \
-       bin/ylwrap                                      \
-        bin/test-driver                                        \
-       src/glsl/glsl_parser.cpp                        \
-       src/glsl/glsl_parser.h                          \
-       src/glsl/glsl_lexer.cpp                         \
-       src/glsl/glcpp/glcpp-lex.c                      \
-       src/glsl/glcpp/glcpp-parse.c                    \
-       src/glsl/glcpp/glcpp-parse.h                    \
-       src/mesa/program/lex.yy.c                       \
-       src/mesa/program/program_parse.tab.c            \
-       src/mesa/program/program_parse.tab.h            \
-       `git ls-files | grep "Makefile.am" | sed -e 
"s/Makefile.am/Makefile.in/"`
-
 noinst_HEADERS =                                       \
        include/c99_compat.h                            \
        include/c99                                     \
@@ -81,52 +52,6 @@ noinst_HEADERS =                                     \
        include/HaikuGL                                 \
        include/pci_ids
 
-IGNORE_FILES = \
-       -x autogen.sh
-
-
-parsers: configure
-       $(MAKE) -C src/glsl glsl_parser.cpp glsl_parser.h glsl_lexer.cpp 
glcpp/glcpp-lex.c glcpp/glcpp-parse.c glcpp/glcpp-parse.h
-
-# Everything for new a Mesa release:
-ARCHIVES = $(PACKAGE_NAME).tar.gz \
-       $(PACKAGE_NAME).tar.bz2 \
-       $(PACKAGE_NAME).zip
-
-tarballs: checksums
-       rm -f ../$(PACKAGE_DIR) $(PACKAGE_NAME).tar
-
-manifest.txt: .git
-       ( \
-               ls -1 $(EXTRA_FILES) ; \
-               git ls-files $(IGNORE_FILES) \
-       ) | sed -e '/^\(.*\/\)\?\./d' -e "s@^@$(PACKAGE_DIR)/@" > $@
-
-../$(PACKAGE_DIR):
-       ln -s $(PWD) $@
-
-$(PACKAGE_NAME).tar: parsers ../$(PACKAGE_DIR) manifest.txt
-       cd .. ; tar -cf $(PACKAGE_DIR)/$(PACKAGE_NAME).tar -T 
$(PACKAGE_DIR)/manifest.txt
-
-$(PACKAGE_NAME).tar.gz: $(PACKAGE_NAME).tar ../$(PACKAGE_DIR)
-       gzip --stdout --best $(PACKAGE_NAME).tar > $(PACKAGE_NAME).tar.gz
-
-$(PACKAGE_NAME).tar.bz2: $(PACKAGE_NAME).tar
-       bzip2 --stdout --best $(PACKAGE_NAME).tar > $(PACKAGE_NAME).tar.bz2
-
-$(PACKAGE_NAME).zip: parsers ../$(PACKAGE_DIR) manifest.txt
-       rm -f $(PACKAGE_NAME).zip ; \
-       cd .. ; \
-       zip -q -@ $(PACKAGE_NAME).zip < $(PACKAGE_DIR)/manifest.txt ; \
-       mv $(PACKAGE_NAME).zip $(PACKAGE_DIR)
-
-checksums: $(ARCHIVES)
-       @-sha256sum $(PACKAGE_NAME).tar.gz
-       @-sha256sum $(PACKAGE_NAME).tar.bz2
-       @-sha256sum $(PACKAGE_NAME).zip
-
-.PHONY: tarballs checksums
-
 # We list some directories in EXTRA_DIST, but don't actually want to include
 # the .gitignore files in the tarball.
 dist-hook:

_______________________________________________
mesa-commit mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/mesa-commit

Reply via email to