r219196 - in /trunk/contrib: ChangeLog config-l...

jbglaw@gcc.gnu.org jbglaw@gcc.gnu.org
Mon Jan 5 19:28:00 GMT 2015


Author: jbglaw
Date: Mon Jan  5 19:28:47 2015
New Revision: 219196

URL: https://gcc.gnu.org/viewcvs?rev=219196&root=gcc&view=rev
Log:
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.

Modified:
    trunk/contrib/ChangeLog
    trunk/contrib/config-list.mk



More information about the Gcc-cvs mailing list