mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-01 20:12:01 +08:00
Document sed bug.
This commit is contained in:
@ -12,6 +12,7 @@ if [ -z "${with_multisubdir}" ]; then
|
||||
multisubdir=
|
||||
else
|
||||
multisubdir="/${with_multisubdir}"
|
||||
# The '[^/][^/]*' appears that way to work around a SunOS sed bug.
|
||||
dotdot=`echo ${with_multisubdir} | sed -e 's:[^/][^/]*:..:g'`
|
||||
# TOP is used by newlib and should not be used elsewhere for this purpose.
|
||||
# MULTITOP is the proper one to use.
|
||||
|
Reference in New Issue
Block a user