Mesa (master): mesa: remove depend files from tarballs

Brian Paul brianp at kemper.freedesktop.org
Wed Jul 20 03:12:34 UTC 2011


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

Author: Brian Paul <brianp at vmware.com>
Date:   Tue Jul 19 21:11:53 2011 -0600

mesa: remove depend files from tarballs

---

 Makefile |   16 ++--------------
 1 files changed, 2 insertions(+), 14 deletions(-)

diff --git a/Makefile b/Makefile
index b0a2d80..817f3d3 100644
--- a/Makefile
+++ b/Makefile
@@ -203,12 +203,6 @@ EXTRA_FILES = \
 IGNORE_FILES = \
 	-x autogen.sh
 
-DEPEND_FILES = \
-	src/mesa/depend		\
-	src/glx/depend		\
-	src/glw/depend		\
-	src/glu/sgi/depend
-
 
 parsers: configure
 	- at touch $(TOP)/configs/current
@@ -231,15 +225,9 @@ AUTOCONF = autoconf
 AC_FLAGS =
 aclocal.m4: configure.ac acinclude.m4
 	$(ACLOCAL) $(ACLOCAL_FLAGS)
-configure: rm_depend configure.ac aclocal.m4 acinclude.m4
+configure: configure.ac aclocal.m4 acinclude.m4
 	$(AUTOCONF) $(AC_FLAGS)
 
-rm_depend:
-	@for dep in $(DEPEND_FILES) ; do \
-		rm -f $$dep ; \
-		touch $$dep ; \
-	done
-
 manifest.txt: .git
 	( \
 		ls -1 $(EXTRA_FILES) ; \
@@ -269,4 +257,4 @@ md5: $(ARCHIVES)
 	@-md5sum $(PACKAGE_NAME).tar.bz2
 	@-md5sum $(PACKAGE_NAME).zip
 
-.PHONY: tarballs rm_depend md5
+.PHONY: tarballs md5




More information about the mesa-commit mailing list