diff options
author | Jan-Benedict Glaw <jbglaw@lug-owl.de> | 2015-01-05 19:28:47 +0000 |
---|---|---|
committer | Jan-Benedict Glaw <jbglaw@gcc.gnu.org> | 2015-01-05 19:28:47 +0000 |
commit | 04a11c01de8e1480ef155329062e78d5c915f943 (patch) | |
tree | 872ac16f79a63faeb112f5757a50eca3f85c3001 /contrib/ChangeLog | |
parent | 73b44fa4a4736f47928ec9ce919afb451ed81803 (diff) | |
download | gcc-04a11c01de8e1480ef155329062e78d5c915f943.zip gcc-04a11c01de8e1480ef155329062e78d5c915f943.tar.gz gcc-04a11c01de8e1480ef155329062e78d5c915f943.tar.bz2 |
config-list.mk: Extract target name correctly
With my last change, `sed' is used to cut out the target name from a listed
target. Since there may be additional OPTions encoded in the "target", I tried
to get only the first submatch before an `OPT'. However, `sed' uses longest
match, so I'm re-writing this using awk.
If anybody is like using `gawk' or anything different, please feel free to
drop another patch. Since this is usually called by hand or by robots under
review, I don't see much of a problem here.
2015-01-05 Jan-Benedict Glaw <jbglaw@lug-owl.de>
contrib/
* config-list.mk: Use shortest match for OPT to find the actual
target name.
From-SVN: r219196
Diffstat (limited to 'contrib/ChangeLog')
-rw-r--r-- | contrib/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/contrib/ChangeLog b/contrib/ChangeLog index f2d21db..58d80f0 100644 --- a/contrib/ChangeLog +++ b/contrib/ChangeLog @@ -1,3 +1,8 @@ +2015-01-05 Jan-Benedict Glaw <jbglaw@lug-owl.de> + + * config-list.mk: Use shortest match for OPT to find the actual + target name. + 2014-12-17 Sergio Durigan Junior <sergiodj@redhat.com> * dg-extract-results.sh: Use --text with grep to avoid issues with |