Bug 24501

Summary: Make of gallium radeon fails on platforms where 'make' != GNU make
Product: DRI Reporter: Coleman Kane <ckane>
Component: libdrmAssignee: Default DRI bug account <dri-devel>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: medium    
Version: XOrg git   
Hardware: x86-64 (AMD64)   
OS: FreeBSD   
Whiteboard:
i915 platform: i915 features:
Attachments:
Description Flags
Improve the sub-make and fix the call so it uses $(MAKE) none

Description Coleman Kane 2009-10-13 07:32:31 UTC
Created attachment 30343 [details] [review]
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.
Comment 1 Brian Paul 2009-12-04 07:45:59 UTC
Thanks.  Committed as 225bc70b77fcf107dd8abc93be27a15c27743071

Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.