forked from Imagelibrary/rtems
Changed sed command to avoid severe limitations in Solaris /bin/sed.
Detected by Joel after multiple reports on the rtems-users mailing list. Final fix from Ralf Corsepius.
This commit is contained in:
@@ -47,7 +47,7 @@ RTEMS_CONFIG_SUBDIRS(c)
|
|||||||
if test "$target_alias" != "$host_alias"; then
|
if test "$target_alias" != "$host_alias"; then
|
||||||
changequote(,)dnl
|
changequote(,)dnl
|
||||||
TARGET_SUBDIRS=`echo "$target_subdirs" | \
|
TARGET_SUBDIRS=`echo "$target_subdirs" | \
|
||||||
sed -e "s%\([^ ]\+\)%$target_alias/\1%g"`
|
sed -e "s%\([a-zA-Z0-9][a-zA-Z0-9]*\)%${target_alias}/\1%g"`
|
||||||
changequote([,])dnl
|
changequote([,])dnl
|
||||||
else
|
else
|
||||||
TARGET_SUBDIRS="$target_subdirs"
|
TARGET_SUBDIRS="$target_subdirs"
|
||||||
|
|||||||
Reference in New Issue
Block a user