* genscripts.sh (LIB_SEARCH_DIRS): Quote path.
This commit is contained in:
parent
a2f14207f3
commit
79b1faa874
@ -1,3 +1,7 @@
|
||||
2002-03-21 Albert Chin-A-Young <china@thewrittenword.com>
|
||||
|
||||
* genscripts.sh (LIB_SEARCH_DIRS): Quote path.
|
||||
|
||||
2002-03-20 Alan Modra <amodra@bigpond.net.au>
|
||||
|
||||
* ldlang.c (ldlang_add_undef): If the output bfd has been opened,
|
||||
|
@ -69,7 +69,7 @@ fi
|
||||
# Always search $(tooldir)/lib, aka /usr/local/TARGET/lib.
|
||||
LIB_PATH=${LIB_PATH}:${tool_lib}
|
||||
|
||||
LIB_SEARCH_DIRS=`echo ${LIB_PATH} | tr ':' ' ' | sed -e 's/\([^ ][^ ]*\)/SEARCH_DIR(\1);/g'`
|
||||
LIB_SEARCH_DIRS=`echo ${LIB_PATH} | tr ':' ' ' | sed -e 's/\([^ ][^ ]*\)/SEARCH_DIR(\\"\1\\");/g'`
|
||||
|
||||
# Generate 5 or 6 script files from a master script template in
|
||||
# ${srcdir}/scripttempl/${SCRIPT_NAME}.sh. Which one of the 5 or 6
|
||||
|
Loading…
x
Reference in New Issue
Block a user