GNOME Bugzilla – Bug 769616
Don't include git.mk in makefile
Last modified: 2016-08-21 21:02:36 UTC
This causes git.mk in parent projects to overwrite libgd's .gitignore file.
Created attachment 332904 [details] [review] Don't include git.mk in makefile We have a .gitignore committed into version control, so we shouldn't be overwriting it. This defeats the purpose of using git.mk as we wind up with a dirty subproject after every build due to make rewriting our tracked .gitignore. And libgd itself does not use git.mk, so it shouldn't be here.
(ping maintainers)
This is clearly correct, extremely annoying for anything that uses both git.mk and a libgd submodule, and only affects .gitignores, so let's do it.
Attachment 332904 [details] pushed as 1f2e074 - Don't include git.mk in makefile
Follow up here: https://git.gnome.org/browse/epiphany/commit/?id=f796ed55c5725f552aabe1f95901950d4ae613b6