mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-01-31 02:59:39 +08:00
(subdirs): Work around Solaris 2.5
/usr/xpgr/bin/sed problem with \+\+. From-SVN: r12179
This commit is contained in:
parent
e6f379d049
commit
b9a48d63c5
@ -142,7 +142,7 @@ for code in ALL STD ; do
|
||||
# for C++, so skip those.
|
||||
subdirs="$subdirs "`cd $rel_source_dir/$d; find . -type d -print | \
|
||||
sed -e '/^\.$/d' -e "s|^\./|${d}/|" -e 's|^\./||' \
|
||||
-e '/CC$/d' -e '/\+\+/d'`
|
||||
-e '/CC$/d' -e '/[+][+]/d'`
|
||||
links=
|
||||
links=`cd $rel_source_dir; find $d/. -type l -print | \
|
||||
sed -e "s|$d/./|$d/|" -e 's|^\./||'`
|
||||
|
Loading…
Reference in New Issue
Block a user