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>:
> But doesn't that mean I can just say:
>         sed '$(program_transform_name)'
> since Make substitution doesn't respect single quotes in shell
> commands?

try doing
    configure --program-transform-name="s/^/John's /"
I don't think that works right now.
--


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