Rockbox

This is the bug/patch tracker for Rockbox. Click here for more information.

Quick links: Bugs · Patches · Rockbox frontpage

Tasklist

FS#6340 - Tiny patch to make rockboxdev.sh easier to use on *BSD

Attached to Project: Rockbox
Opened by Lutz Boehne (Kasperle) - Thursday, 16 November 2006, 11:50 GMT+2
Task Type Patches
Category Build environment
Status Closed
Assigned To No-one
Player Type All players
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Private No

Details

On *BSD, "make" normally is some variant of BSD make, which is not quite compatible to GNU make (which is normally named "gmake" on those platforms), thus using rockboxdev.sh on these platforms will fail. I made a change to rockboxdev.sh to first set a variable named "make" to "make" and then replace all calls to "make" by "$make". That makes it easier to compile a toolchain on *BSD, by just setting the make variable to "gmake".
(application/octet-stream)    rockboxdev.patch (0.6 KiB)
 patch/rockboxdev.sh |   10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)

This task depends upon

Closed by  Jonas Häggqvist (rasher)
Wednesday, 22 November 2006, 10:23 GMT+2
Reason for closing:  Accepted
Additional comments about closing:  Added to CVS
Comment by Lutz Boehne (Kasperle) - Wednesday, 22 November 2006, 09:38 GMT+2
Updated patch, added some documentation ;)
(application/octet-stream)    rockboxdev.patch (0.6 KiB)
 rockboxdev.sh |   14 ++++++++++----
 1 file changed, 10 insertions(+), 4 deletions(-)

Comment by Lutz Boehne (Kasperle) - Wednesday, 22 November 2006, 09:49 GMT+2
And another patch, inspired by rasher's idea to attempt "autodetection" of whether GNU Make is gmake or make.
(application/octet-stream)    rockboxdev.patch (0.7 KiB)
 rockboxdev.sh |   17 +++++++++++++----
 1 file changed, 13 insertions(+), 4 deletions(-)

Loading...