mirror of
https://github.com/gcc-mirror/gcc.git
synced 2026-05-06 14:59:39 +02:00
fixinc.in (dirname): Change sed from 's|[^/]*/||' to 's|[^/]*//*||'.
2017-10-13 Mike Frysinger <vapier@chromium.org> * fixinc.in (dirname): Change sed from 's|[^/]*/||' to 's|[^/]*//*||'. From-SVN: r253730
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
2017-10-13 Mike Frysinger <vapier@chromium.org>
|
||||
|
||||
* fixinc.in (dirname): Change sed from 's|[^/]*/||' to
|
||||
's|[^/]*//*||'.
|
||||
|
||||
2017-06-12 Doug Rupp <rupp@adacore.com>
|
||||
|
||||
* inclhack.def (AAB_vxworks_stdint): Remove hack.
|
||||
|
||||
@@ -344,7 +344,7 @@ if $LINKS; then
|
||||
mkdir $component >/dev/null 2>&1
|
||||
cd $component
|
||||
dirmade=$dirmade/$component
|
||||
dirname=`echo $dirname | sed -e 's|[^/]*/||'`
|
||||
dirname=`echo $dirname | sed -e 's|[^/]*//*||'`
|
||||
done
|
||||
fi
|
||||
|
||||
|
||||
Reference in New Issue
Block a user