[Mesa-dev] [PATCH 4/6] glu: remove BeOS define as BeOS is not longer a target platform

Brian Paul brian.e.paul at gmail.com
Tue Dec 27 08:38:56 PST 2011


On Tue, Dec 27, 2011 at 8:42 AM, Alexander von Gluck
<kallisti5 at unixzen.com> wrote:
>
> ---
>  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..94427e2 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) || exit 1 ; \
>
>  $(TOP)/$(LIB_DIR):
>        -mkdir $(TOP)/$(LIB_DIR)

The remaining command doesn't need the "|| exit 1; \" part at the end.
 I'll fix that and commit the patch.

-Brian


More information about the mesa-dev mailing list