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

           Summary: Mesa assumes that "make" is GNU make
           Product: Mesa
           Version: CVS
          Platform: All
        OS/Version: FreeBSD
            Status: NEW
          Keywords: patch
          Severity: normal
          Priority: medium
         Component: GLX
        AssignedTo: [email protected]
        ReportedBy: [EMAIL PROTECTED]


Created an attachment (id=16788)
 --> (http://bugs.freedesktop.org/attachment.cgi?id=16788)
Fixes the assumption that "make" is what the user is calling

Mesa's Makefiles are built in the GNU-make style, and specifically the
src/glx/x11/Makefile assumes that executing "make" executes GNU make. Instead
of making the assumption, the proper thing to do is to use the $(MAKE)
expansion wherever you want to call into the make program again. This has the
benefit of always referring to the currently running "make" binary, rather than
assuming that it is named "make".

On FreeBSD "gmake" is the proper make to use to build Mesa.


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

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Mesa3d-dev mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mesa3d-dev

Reply via email to