Rockbox

This is the bug/patch tracker for Rockbox. Click here for more information.

Quick links: Bugs · Patches · Rockbox frontpage

Tasklist

FS#6923 - Fix tools/configure script to handle directories with spaces

Attached to Project: Rockbox
Opened by Bryan Childs (GodEater) - Wednesday, 28 March 2007, 17:33 GMT+2
Last edited by Bryan Childs (GodEater) - Monday, 06 August 2007, 10:29 GMT+2
Task Type Patches
Category Build environment
Status Closed
Assigned To No-one
Player Type All players
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Private No

Details

currently configure doesn't like directories with spaces in their names - this patch fixes that.
(application/octet-stream)    fixed_configure_script.patch (0.7 KiB)
 tools/configure |   14 +++++++++-----
 1 file changed, 9 insertions(+), 5 deletions(-)

This task depends upon

Closed by  Bryan Childs (GodEater)
Monday, 06 August 2007, 10:29 GMT+2
Reason for closing:  Out of Date
Additional comments about closing:  This has been fixed long since.
Comment by Bryan Childs (GodEater) - Wednesday, 28 March 2007, 18:04 GMT+2
Better version that removes my "fixes" to backtick usage - configure doesn't warrant replacing them with $(), and indeed it may break on people's systems that don't have a modern bash shell.
(application/octet-stream)    fixed_configure_script.patch (0.4 KiB)
 tools/configure |    6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

Comment by Bryan Childs (GodEater) - Wednesday, 28 March 2007, 18:07 GMT+2
Damn it. Take three.
(application/octet-stream)    fixed_configure_script.patch (0.4 KiB)
 tools/configure |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Comment by Barry Wardell (barrywardell) - Monday, 23 April 2007, 19:52 GMT+2
This doesn't work for me. I get complaints about ""arm-elf-gcc: dir: No such file or directory" among others.

Loading...