rockbox/tools
Wolfram Sang 422aa56243 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
2021-02-05 17:29:05 +00:00
..
agptek_rocker Agptek Rocker: Slightly tweak build procedure 2018-06-14 11:02:18 +02:00
checkwps 'Fix RED e200 Framebuffer_viewport_rewrite 2020-10-26 15:50:42 -04:00
database [3/4] Completely remove HWCODEC support 2020-07-24 21:20:13 +00:00
docker_rbclient docker-rbclient: use CMD instead of ENTRYPOINT 2020-06-25 17:42:42 -04:00
fwpatcher fwpatcher: fix compile errors and warnings on modern Linux 2020-11-16 21:05:52 +00:00
iap Updated IAP commands. 2013-11-10 18:41:24 +01:00
profile_reader
rbspeex rbutil: Fix native Windows build for tools. 2020-10-21 21:33:39 +02:00
release Bump versions for 3.15. 2019-11-15 01:25:26 +01:00
toolchain-patches Build: Bump all toolchains to GCC 4.9.4 + Binutils 2.26.1 2020-10-13 16:27:07 +00:00
ucl rbutil: Fix native Windows build for tools. 2020-10-21 21:33:39 +02:00
vagrant Add Vagrant configuration for creating a development VM 2019-07-26 20:20:07 -04:00
addtargetdir.pl
autoconf.pl autoconf.pl: Add support for build folders with screen resolution (e.g. build-android-320x480). 2013-03-16 22:30:46 +01:00
bdf2bmp.c FS#12764 - bdf2bmp fails to compile 2012-10-14 12:12:25 +02:00
bmp2rb.c bmp2rb: Add XRGB 32bit native format 2018-06-12 12:55:56 +02:00
build-info.pl build-info: Replace %MODEL% with %TARGET% 2020-11-29 09:54:47 -05:00
builds.pm voices: Enable Russian in the nightly voice builds. 2020-12-13 20:46:49 -05:00
buildtheme.pl
buildzip.pl lang: The "InvalidVoice" language file wasn't being included properly 2020-12-11 15:35:12 -05:00
codecscan.pl Add codecs to librbcodec. 2012-04-25 22:13:20 +02:00
codepage_tables.c Add support for cp1252 (Western European) codepage. 2012-05-19 01:42:53 +02:00
codepage_tables.h Add support for cp1252 (Western European) codepage. 2012-05-19 01:42:53 +02:00
codepages.c Add support for cp1252 (Western European) codepage. 2012-05-19 01:42:53 +02:00
configure configure: Add prompt for USB Serial into the advanced mode 2020-11-18 08:50:05 -05:00
convbdf.c [4/4] Remove HAVE_LCD_BITMAP, as it's now the only choice. 2020-07-24 21:20:13 +00:00
convttf.c Option to use the lighter hinting algorithm (FT_LOAD_TARGET_LIGHT). 2014-01-26 16:11:05 +01:00
creative.c fix yellows 2017-09-06 18:01:25 +02:00
creative.h tools/scramble: add support for a couple more Creative devices 2013-10-22 00:34:35 +02:00
descramble.c
dict2rdf.pl
disktest_sysbench.sh disktest_sysbench script 2020-09-17 16:20:43 +00:00
functions.make Use full_path_subst on more places, to avoid replacing the wrong occurrences in 2019-07-28 21:00:57 +02:00
genlang genlang: strip out the '-u' mode as it's now handled by updatelang 2020-07-27 17:20:59 -04:00
genshortcut.sh Fix Sim for newer distros 2018-12-07 21:04:30 +01:00
genversion.sh Fix makefile not rebuilding rbversion.h in some cases 2016-09-23 23:03:23 +02:00
gigabeat.c
gigabeat.h
gigabeats.c
gigabeats.h
hiby_patcher.pl hiby_patcher: Tweak the fix needed to work around v1.31 AGPtek Rockers. 2021-01-21 08:39:48 -05:00
hmac-sha1.c
hmac-sha1.h
iaudio_bl_flash.bmp
ipod_fw.c FS#13184: Support 2048 byte sectors and images without bootloader in ipod_fw 2020-03-29 18:48:09 +02:00
iriver.c rockbox: fix iriver firmware validation for larger bootloaders 2020-11-16 19:44:52 +00:00
iriver.h
langignorelist.txt languages: Add a few more exclusions to the same-as-english ignore list 2020-07-28 15:29:44 -04:00
langstatus langstats: Use updatelang instead of 'genlang -u' 2020-07-29 20:04:46 -04:00
langtool.pl
langv1tov2
list_targets.pl Add some scripts to automate target listing and generating build-info 2019-10-30 23:56:05 -04:00
lngdump.c
make.inc
Makefile [1/4] Remove SH support and all archos targets 2020-07-24 21:20:13 +00:00
makesrc.inc
mi4.c mi4: Correct a build warning/error that pops up on stricter hosts 2020-06-07 02:50:30 +00:00
mi4.h
mk500boot.c
mkboot.c mkboot: fix the buffer size used for constructing the final firmware image 2020-11-16 18:23:30 +00:00
mkboot.h
mkinfo.pl mkinfo: Make memory size computation more accurate 2020-07-15 14:08:14 -04:00
mkmi4.sh
mkzenboot.c mkzenboot: Fix double close of bootfd on error 2014-12-20 15:18:46 +01:00
mp3info.pm
mr500.c
mr500.h
multigcc.pl
ovl_offset.pl Fix .ncbss from possibly overlapping .ncdata in plugins/codecs. 2013-07-11 04:32:23 -04:00
rdf2binary.c
rkw.c
rkw.h
rockboxdev.sh rockboxdev: fix issues with relative paths for commandline options 2021-02-05 17:29:05 +00:00
romsizetest.pl
root.make New port: AIGO EROS Q / EROS K 2020-10-11 16:37:17 -04:00
sapi_voice.vbs Add support for Microsoft Speech Platform. 2012-09-09 12:07:53 +02:00
scramble.c [1/4] Remove SH support and all archos targets 2020-07-24 21:20:13 +00:00
songdb.pl misc: Remove all 'twiki' references in favor of up-to-date 'wiki' links. 2020-06-07 01:38:55 +00:00
talkclips.py Python3-related fixes in some of our scripts 2020-07-09 14:39:27 +00:00
telechips.c
telechips.h
testdbv2.c
thumb-cc.py thumb-cc.py: fix for python 3.2 2012-05-07 00:19:03 -04:00
tools.make [1/4] Remove SH support and all archos targets 2020-07-24 21:20:13 +00:00
ucl2src.pl
updatelang updatelang: Fix a couple of typos in the output used by the translate site 2020-12-12 22:26:35 -05:00
usb_benchmark.c
Vagrantfile Add Vagrant configuration for creating a development VM 2019-07-26 20:20:07 -04:00
version.sh build: Get rid of svn vestiges from version script 2020-07-09 20:29:33 -04:00
voice-corrections.txt FS#9273: Add a bunch of voice corrections for Japanese. 2020-12-11 15:39:47 -05:00
voice.pl voice: Generate Dutch voice file now that the translation is complete 2020-12-12 13:43:13 -05:00
VOICE_PAUSE.wav
voicefont.c Voice TSR Plugin Demo 2020-07-27 20:47:03 -04:00
voicefont.h misc: Remove all 'twiki' references in favor of up-to-date 'wiki' links. 2020-06-07 01:38:55 +00:00
vorbiscomm.pm
wavtrim.c misc: Remove all 'twiki' references in favor of up-to-date 'wiki' links. 2020-06-07 01:38:55 +00:00
wavtrim.h misc: Remove all 'twiki' references in favor of up-to-date 'wiki' links. 2020-06-07 01:38:55 +00:00
wn2rdf.pl
xml2h.py