Mesa (master): glu: remove BeOS define as BeOS is not longer a target platform

Brian Paul brianp at kemper.freedesktop.org
Tue Dec 27 16:45:59 UTC 2011


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

Author: Alexander von Gluck <kallisti5 at unixzen.com>
Date:   Tue Dec 27 09:11:39 2011 -0700

glu: remove BeOS define as BeOS is not longer a target platform

Reviewed-by: Brian Paul <brianp at vmare.com>
Signed-off-by: Brian Paul <brianp at vmware.com>

---

 src/glu/sgi/Makefile |    7 +------
 1 files changed, 1 insertions(+), 6 deletions(-)

diff --git a/src/glu/sgi/Makefile b/src/glu/sgi/Makefile
index c8b29ed..50eede3 100644
--- a/src/glu/sgi/Makefile
+++ b/src/glu/sgi/Makefile
@@ -124,12 +124,7 @@ OBJECTS = $(C_OBJECTS) $(CC_OBJECTS)
 ##### TARGETS #####
 
 default:
-	@if [ "${CONFIG_NAME}" = "beos" ] ; then \
-		echo "$(GLU_LIB_NAME) not build under BeOS, but integrated into ${GL_LIB_NAME}." ; \
-		exit 0 ; \
-	else \
-		$(MAKE) $(TOP)/$(LIB_DIR)/$(GLU_LIB_NAME) || exit 1 ; \
-	fi
+	$(MAKE) $(TOP)/$(LIB_DIR)/$(GLU_LIB_NAME)
 
 $(TOP)/$(LIB_DIR):
 	-mkdir $(TOP)/$(LIB_DIR)




More information about the mesa-commit mailing list