summaryrefslogtreecommitdiff
path: root/firmware/target/arm
diff options
context:
space:
mode:
authorWolfram Sang <wsa@the-dreams.de>2021-01-31 10:11:23 +0100
committerSolomon Peachy <pizza@shaftnet.org>2021-02-05 17:29:05 +0000
commit422aa56243c8c65d1414afa08e5ce2cade79ad2d (patch)
treece72a51699a228b783d20b8852d2111217d1500b /firmware/target/arm
parenta67c6934c1674ce7f5db9047b43d339b576ea881 (diff)
downloadrockbox-422aa56243c8c65d1414afa08e5ce2cade79ad2d.tar.gz
rockbox-422aa56243c8c65d1414afa08e5ce2cade79ad2d.zip
rockboxdev: fix issues with relative paths for commandline options
I wanted to build into a 'toolchain' directory like this: $ tools/rockboxdev.sh --dlwhere=toolchain --builddir=toolchain/build --prefix=toolchain/bin This failed twice: a) the extraction stage could not uncompress because of the relative paths, so convert them to absolute paths in the script to fix the issue. b) patches could not be applied because 'rockboxdevdir' was assigned a string with the directory twice and '\n' in the middle. Using readlink, this now works. Change-Id: I9c7c30812e1fb4b58db7e6561d73678f34714c91
Diffstat (limited to 'firmware/target/arm')
0 files changed, 0 insertions, 0 deletions