Mesa (master): mesa/build: Get rid of dead ALL_FILES variable

Matt Turner mattst88 at kemper.freedesktop.org
Wed Mar 13 00:06:49 UTC 2013


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

Author: Matt Turner <mattst88 at gmail.com>
Date:   Thu Feb 21 16:51:03 2013 -0800

mesa/build: Get rid of dead ALL_FILES variable

Reviewed-by: Eric Anholt <eric at anholt.net>

---

 src/mesa/sources.mak |    6 ------
 1 files changed, 0 insertions(+), 6 deletions(-)

diff --git a/src/mesa/sources.mak b/src/mesa/sources.mak
index 178ceb2..3c88108 100644
--- a/src/mesa/sources.mak
+++ b/src/mesa/sources.mak
@@ -332,12 +332,6 @@ MESA_GALLIUM_FILES = \
 	$(STATETRACKER_FILES)	\
 	$(SRCDIR)x86/common_x86.c
 
-# All the core C sources, for dependency checking
-ALL_FILES = \
-	$(MESA_FILES)		\
-	$(MESA_ASM_FILES)	\
-	$(STATETRACKER_FILES)
-
 ### Include directories
 
 INCLUDE_DIRS = \




More information about the mesa-commit mailing list