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: [RFA] Fix dependency tracking for objects in subdirectories


On 11/30/2017 06:52 PM, Tom Tromey wrote:
> On irc, Pedro pointed out that dependencies for objects in
> subdirectories didn't seem to be working.
> 
> The bug was that the "-include" for .deps files was using the wrong file
> name for subdirectory objects; e.g., for cli/cli-decode.o it was trying
> to open .deps/cli/cli-decode.o, whereas the correct file is
> cli/.deps/cli-decode.o.
> 
> This patch changes how the dep files are found.  Tested by touching a
> source file and rebuilding cli/cli-decode.o.
> 
> 2017-11-30  Tom Tromey  <tom@tromey.com>
> 
> 	* Makefile.in (all_deps_files): New variable.
> 	Include .Po files using all_deps_files.

OK.

Thanks,
Pedro Alves


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