makefile dependencies

2019-10-08 Thread Andrew Dean via gcc
Hi all, I'm wondering if there is any guidance regarding the list of dependencies to include for object files. For example, I see this list of dependencies for aarch64-builtins.o in aarch64/t-aarch64: $(srcdir)/config/aarch64/aarch64-builtins.c $(CONFIG_H) \ $(SYSTEM_H) coretypes.h $(TM_H) \

Re: makefile dependencies

2019-10-08 Thread Joseph Myers
On Tue, 8 Oct 2019, Andrew Dean via gcc wrote: > But I can see that aarch64-builtins.c also includes headers not listed > here. (function.h, basic-block.h, for example) Are we supposed to > manually keep track of the transitive header dependencies and keep the > makefiles up to date, or is ther

GCC wwwdocs move to git done

2019-10-08 Thread Joseph Myers
I've done the move of GCC wwwdocs to git (using the previously posted and discussed scripts), including setting up the post-receive hook to do the same things previously covered by the old CVS hooks, and minimal updates to the web pages dealing with the CVS setup for wwwdocs. Note 1: someone wi

Re: GCC wwwdocs move to git done

2019-10-08 Thread Frank Ch. Eigler
Hi - Thanks - good job with moving this to git! > Note 1: someone with the right access needs to create the symlink > /sourceware/git/gcc-wwwdocs.git -> > /sourceware/projects/gcc-home/wwwdocs.git (and anything else needed for > anonymous git access to that repository). Done. - FChE