Mesa (master): mesa: remove non-existant files from tarball list

Brian Paul brianp at kemper.freedesktop.org
Tue Aug 24 13:51:57 UTC 2010


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

Author: Brian Paul <brianp at vmware.com>
Date:   Tue Aug 24 07:51:52 2010 -0600

mesa: remove non-existant files from tarball list

---

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

diff --git a/Makefile b/Makefile
index b50a311..2c14627 100644
--- a/Makefile
+++ b/Makefile
@@ -187,8 +187,6 @@ GLUT_NAME = MesaGLUT-$(VERSION)
 
 # This is part of MAIN_FILES
 MAIN_ES_FILES = \
-	$(DIRECTORY)/src/mesa/es/Makefile				\
-	$(DIRECTORY)/src/mesa/es/sources.mak				\
 	$(DIRECTORY)/src/mesa/main/*.xml				\
 	$(DIRECTORY)/src/mesa/main/*.py					\
 	$(DIRECTORY)/src/mesa/main/*.dtd
@@ -229,7 +227,6 @@ MAIN_FILES = \
 	$(DIRECTORY)/src/glsl/Makefile					\
 	$(DIRECTORY)/src/glsl/Makefile.template				\
 	$(DIRECTORY)/src/glsl/SConscript				\
-	$(DIRECTORY)/src/glsl/*/Makefile				\
 	$(DIRECTORY)/src/glsl/*.[ch]					\
 	$(DIRECTORY)/src/glsl/*.[cly]pp					\
 	$(DIRECTORY)/src/glsl/README					\
@@ -243,7 +240,6 @@ MAIN_FILES = \
 	$(DIRECTORY)/src/mesa/depend					\
 	$(MAIN_ES_FILES)						\
 	$(DIRECTORY)/src/mesa/main/*.[chS]				\
-	$(DIRECTORY)/src/mesa/main/*.cpp				\
 	$(DIRECTORY)/src/mesa/main/descrip.mms				\
 	$(DIRECTORY)/src/mesa/math/*.[ch]				\
 	$(DIRECTORY)/src/mesa/math/descrip.mms				\
@@ -329,7 +325,6 @@ GALLIUM_FILES = \
 	$(DIRECTORY)/src/gallium/Makefile.template			\
 	$(DIRECTORY)/src/gallium/SConscript				\
 	$(DIRECTORY)/src/gallium/targets/Makefile.dri			\
-	$(DIRECTORY)/src/gallium/targets/Makefile.egl			\
 	$(DIRECTORY)/src/gallium/*/Makefile				\
 	$(DIRECTORY)/src/gallium/*/SConscript				\
 	$(DIRECTORY)/src/gallium/*/*/Makefile				\




More information about the mesa-commit mailing list