http://bugs.freedesktop.org/show_bug.cgi?id=24501

           Summary: Make of gallium radeon fails on platforms where 'make'
                    != GNU make
           Product: DRI
           Version: XOrg CVS
          Platform: x86-64 (AMD64)
        OS/Version: FreeBSD
            Status: NEW
          Severity: normal
          Priority: medium
         Component: libdrm
        AssignedTo: dri-devel@lists.sourceforge.net
        ReportedBy: ck...@colemankane.org


Created an attachment (id=30343)
 --> (http://bugs.freedesktop.org/attachment.cgi?id=30343)
Improve the sub-make and fix the call so it uses $(MAKE)

This is a simple fix where the Makefile (src/gallium/drivers/r300/Makefile)
calls 'make' explicitly, rather than using the $(MAKE) macro.

I suggest changing the line to:
   cd $(TOP)/src/mesa/drivers/dri/r300/compiler; $(MAKE)

Or even into:
   $(MAKE) -C $(TOP)/src/mesa/drivers/dri/r300/compiler

The attached patch performs the latter improvement and fix of the offending
line.


-- 
Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

------------------------------------------------------------------------------
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
--
_______________________________________________
Dri-devel mailing list
Dri-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dri-devel

Reply via email to