This is the bug/patch tracker for Rockbox. Click here for more information.
Quick links: Bugs · Patches · Rockbox frontpage
FS#10108 - Use "gmake -r" and "make -r" as $make variables for rockboxdev.sh
Attached to Project:
Rockbox
Opened by Robert Menes (RMenes379) - Thursday, 09 April 2009, 00:08 GMT+2
Last edited by Robert Menes (RMenes379) - Tuesday, 14 April 2009, 00:12 GMT+2
Opened by Robert Menes (RMenes379) - Thursday, 09 April 2009, 00:08 GMT+2
Last edited by Robert Menes (RMenes379) - Tuesday, 14 April 2009, 00:12 GMT+2
|
DetailsThis patch should fix any issues with people unable to build on some Unix systems. I needed to use this fix to get past some issues with Apple's gmake build in Mac OS X 10.5.6; using the -r option makes gmake and make ignore their own rules and use the rules set by rockboxdev.sh, allowing the dev environment to build.
This shouldn't break anything in Linux, but it's worth testing it before I blindly decide to commit it. Any users of other Unix or Unix-like systems (Solaris, *BSD, etc.) should also give this patch a try as well. |
This task depends upon
Closed by Robert Menes (RMenes379)
Tuesday, 14 April 2009, 00:12 GMT+2
Reason for closing: Accepted
Additional comments about closing: Committed.
Tuesday, 14 April 2009, 00:12 GMT+2
Reason for closing: Accepted
Additional comments about closing: Committed.
I guess, if you want to play safe, you can apply this only to make and not gmake (unless mac has gmake).
If it works for other Mac users as well, in it goes.