RFC: Use program_transform_name correctly

Jim Blandy jimb@redhat.com
Wed Oct 8 19:18:00 GMT 2003


Daniel Jacobowitz <drow@mvista.com> writes:
> Conveniently this is no longer an issue in the src repository (or in
> gcc).  The toplevel configure script now guarantees that
> $(program_transform_name) will not be empty.  So $$t it is.

But doesn't that mean I can just say:

        sed '$(program_transform_name)'

since Make substitution doesn't respect single quotes in shell
commands?



More information about the Gdb-patches mailing list