This is the mail archive of the gdb-patches@sources.redhat.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: RFC: Use program_transform_name correctly


Jim Blandy <jimb@redhat.com>:
> !       t='$(program_transform_name)'; echo runtest | sed -e '' $$t; \

it looks to me like this is written for a program_transform_name
that's a concatenated list of -e options.  the -e '' will keep
sed from complaining if program_transform_name is null.

I remember at some point in the past, sometimes
program_transform_name was a semicolon-separated list of sed
commands, sometimes it was a list of sed -e options.  Don't know
if it's consistent now.
--


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]