- Status Closed
- Percent Complete
- Task Type Patches
- Category Infrastructure → Build environment
- Assigned To No-one
- Operating System All players
- Severity Low
- Priority Very Low
- Reported Version
- Due in Version Undecided
-
Due Date
Undecided
- Votes
- Private
FS#6340 - Tiny patch to make rockboxdev.sh easier to use on *BSD
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”.
Closed by Jonas Häggqvist
2006-11-22 09:23
Reason for closing: Accepted
Additional comments about closing:
2006-11-22 09:23
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.