Ticket #5866 (closed defect: fixed)
[with patch, positive review] Fix freetype build on systems where make is not GNU make.
| Reported by: | pjeremy | Owned by: | mhansen |
|---|---|---|---|
| Priority: | major | Milestone: | sage-4.1 |
| Component: | freebsd | Keywords: | |
| Cc: | Author(s): | Peter Jeremy | |
| Report Upstream: | Reviewer(s): | Mike Hansen | |
| Merged in: | sage-4.1.rc0 | Work issues: |
Description
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.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.

