[PATCH 0/5] Makefile: add missing header dependency rules
From: Jonathan Nieder <hidden>
Date: 2016-06-15 22:48:05
Hi, As a side-effect of generating dependency rules during the build locally, it is possible to sanity-check the existing hard-coded header file dependencies. [1] Now the original topic of that thread [2] can be addressed without collateral damage. That is what patches 1 and 2 do. The remaining patches are small clean-ups that decrease the amount of dependencies again. These patches are independent of the jn/makefile topic. I sent them before, but I screwed up the sender so nobody received them. Anyway, perhaps they could be useful. Jonathan Nieder (5): Makefile: add missing header file dependencies Makefile: make sure test helpers are rebuilt when headers change Makefile: remove wt-status.h from LIB_H Makefile: clean up http-walker.o dependency rules Makefile: drop */*.h dependency rule Makefile | 58 +++++++++++++++++++++++++++++++++++++--------------------- 1 files changed, 37 insertions(+), 21 deletions(-) [1] http://thread.gmane.org/gmane.comp.version-control.git/133872/focus=136257 [2] http://thread.gmane.org/gmane.comp.version-control.git/133872/focus=133884