Mesa (master): mesa: disable building the removed demos

Brian Paul brianp at kemper.freedesktop.org
Fri May 21 20:12:29 UTC 2010


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

Author: Brian Paul <brianp at vmware.com>
Date:   Fri May 21 14:11:40 2010 -0600

mesa: disable building the removed demos

This is a quick fix.

---

 progs/Makefile |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/progs/Makefile b/progs/Makefile
index 5bc444e..2d14fa9 100644
--- a/progs/Makefile
+++ b/progs/Makefile
@@ -4,8 +4,8 @@ TOP = ..
 
 include $(TOP)/configs/current
 
-SUBDIRS = $(PROGRAM_DIRS)
-
+#SUBDIRS = $(PROGRAM_DIRS)
+SUBDIRS = 
 
 default: message subdirs
 




More information about the mesa-commit mailing list