Mesa (master): mesa: remove oddball linux-directfb-install makefile rule

Brian Paul brianp at kemper.freedesktop.org
Thu Feb 5 15:42:11 UTC 2009


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

Author: Brian Paul <brianp at vmware.com>
Date:   Thu Feb  5 08:41:27 2009 -0700

mesa: remove oddball linux-directfb-install makefile rule

It's probably not needed since the 'make install' rules were overhauled last year.

---

 Makefile             |    4 ----
 docs/README.directfb |    3 ++-
 2 files changed, 2 insertions(+), 5 deletions(-)

diff --git a/Makefile b/Makefile
index bf69b2a..419265d 100644
--- a/Makefile
+++ b/Makefile
@@ -44,10 +44,6 @@ install:
 	done
 
 
-# DirectFBGL module installation
-linux-directfb-install:
-	cd src/mesa/drivers/directfb && $(MAKE) install
-
 .PHONY: default doxygen clean realclean install linux-directfb-install
 
 # If there's no current configuration file
diff --git a/docs/README.directfb b/docs/README.directfb
index e3bada4..d66ca8d 100644
--- a/docs/README.directfb
+++ b/docs/README.directfb
@@ -22,7 +22,8 @@ Installation
 
   to install OpenGL libraries and
 
-     make linux-directfb-install
+     cd src/mesa/drivers/directfb ; make install
 
   to install DirectFBGL module in the proper location.
+  Actually, that last command may not be needed.  Please provide feedback.
 




More information about the mesa-commit mailing list