This is the bug/patch tracker for Rockbox. Click here for more information.
Quick links: Bugs · Patches · Rockbox frontpage
FS#9579 - Fix compilation when build directory is not inside rockbox source directory
Attached to Project:
Rockbox
Opened by Bartosz Fabianowski (undo) - Wednesday, 26 November 2008, 04:45 GMT+2
Last edited by Nils Wallménius (nls) - Wednesday, 26 November 2008, 10:43 GMT+2
Opened by Bartosz Fabianowski (undo) - Wednesday, 26 November 2008, 04:45 GMT+2
Last edited by Nils Wallménius (nls) - Wednesday, 26 November 2008, 10:43 GMT+2
|
DetailsThe most recent change to wps/wpsbuild.pl introduced a bug that makes "make zip" fail if the build directory is not directly inside the rockbox source directory. The attached patch fixes this.
The problem is that $firmdir is set to "$ROOT/firmware" before the final value of $ROOT has been determined using GetOptions(). This way, $firmdir always is "../firmware", regardless of the root directory passed in via the -r option. |
This task depends upon
Closed by Nils Wallménius (nls)
Wednesday, 26 November 2008, 10:43 GMT+2
Reason for closing: Accepted
Additional comments about closing: committed, thanks!
Wednesday, 26 November 2008, 10:43 GMT+2
Reason for closing: Accepted
Additional comments about closing: committed, thanks!