Changeset 9d05d68f in rtems


Ignore:
Timestamp:
05/28/00 17:41:43 (23 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Children:
cfca5db
Parents:
05ff78a
Message:

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.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • configure.in

    r05ff78a r9d05d68f  
    4848changequote(,)dnl
    4949TARGET_SUBDIRS=`echo "$target_subdirs" | \
    50  sed -e "s%\([^ ]\+\)%$target_alias/\1%g"`
     50 sed -e "s%\([a-zA-Z0-9][a-zA-Z0-9]*\)%${target_alias}/\1%g"`
    5151changequote([,])dnl
    5252else
Note: See TracChangeset for help on using the changeset viewer.