#5866: Fix freetype build on systems where make is not GNU make.
---------------------+------------------------------------------------------
Reporter: pjeremy | Owner: mabshoff
Type: defect | Status: new
Priority: major | Milestone:
Component: freebsd | Keywords:
---------------------+------------------------------------------------------
Change 'make' to ${MAKE} - is the recommended way to recursively invoke
make to ensure that the subordinate make is the same as the parent make
(and also ensures that the two make instances will communicate on things
like '-jX').
Explicitly export the parent make into the configure script.
These changes avoid problems on systems like FreeBSD where make is not GNU
make.
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/5866>
Sage <http://sagemath.org/>
Sage - Open Source Mathematical Software: Building the Car Instead of
Reinventing the Wheel
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"sage-trac" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/sage-trac?hl=en
-~----------~----~----~----~------~----~------~--~---