This is the bug/patch tracker for Rockbox. Click here for more information.
Quick links: Bugs · Patches · Rockbox frontpage
FS#9647 - Enhance tools/rockboxdev.sh to use environment variables for prefix, download, and build directories
Attached to Project:
Rockbox
Opened by Eric Shattow (lucent) - Monday, 15 December 2008, 04:18 GMT+2
Last edited by Jonas Häggqvist (rasher) - Thursday, 08 January 2009, 21:02 GMT+2
Opened by Eric Shattow (lucent) - Monday, 15 December 2008, 04:18 GMT+2
Last edited by Jonas Häggqvist (rasher) - Thursday, 08 January 2009, 21:02 GMT+2
|
DetailsUses if available:
RBDEV_PREFIX RBDEV_DOWNLOAD RBDEV_BUILD Modifies language a bit to say that user should set these instead of editing rockboxdev.sh |
This task depends upon
Closed by Jonas Häggqvist (rasher)
Thursday, 08 January 2009, 21:02 GMT+2
Reason for closing: Accepted
Additional comments about closing: Committed in revision 19725, thank you.
Thursday, 08 January 2009, 21:02 GMT+2
Reason for closing: Accepted
Additional comments about closing: Committed in revision 19725, thank you.
make has some switches (see make --help), some of which might be enabled in one's environment, so that they're used at every make by default.
I.e. user may try: RB_PREFIX=/opt/rockboxdev ./rockboxdev.sh
...which is good and will work, but trying: MAKEFLAGS="-j" ./rockboxdev.sh
...may or may not work. It is not our responsibility. The user should be prepared with: export MAKEFLAGS="-j"
Patch stands as-is, any sponsor willing to commit?