This is the bug/patch tracker for Rockbox. Click here for more information.
Quick links: Bugs · Patches · Rockbox frontpage
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
Opened by Lutz Boehne (Kasperle) - Thursday, 16 November 2006, 11:50 GMT+2
|
DetailsOn *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".
|
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
Wednesday, 22 November 2006, 10:23 GMT+2
Reason for closing: Accepted
Additional comments about closing: Added to CVS
Updated patch, added some documentation ;)
And another patch, inspired by rasher's idea to attempt "autodetection" of whether GNU Make is gmake or make.