This is the mail archive of the gdb-patches@sourceware.org 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: [PATCH v2] gdbserver: Suffix generated C files with -generated


On 03/31/2017 08:39 PM, Simon Marchi wrote:

>> Do you have any better idea?

Not off hand.

> Huh, I've just noticed that gdb does this already:
> 
>   rm -f $(DEPDIR)/*
> 
> which translates to:
> 
>   rm -f .deps/*
> 
> So I guess it'd make sense to do it as well in gdbserver.

Go for it.

Thanks,
Pedro Alves


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