This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
Re: [rfa][testsuite] Consolidade Python test functions in lib/gdb.exp.
>>>>> "Thiago" == Thiago Jung Bauermann <bauerman@br.ibm.com> writes:
Thiago> The right solution then is to make them not share a namespace.
Thiago> Tromey, you're the makefile wizard: is there an easy and painless way to
Thiago> make object files which come from different source directories in gdb/
Thiago> to have different pathnames?
In our case, the python object files all have explicit rules.
So, changing the target names should be pretty easy.
Tom