GNOME Bugzilla – Bug 749063
build: General git.mk and MAINTAINERCLEANFILES fixes
Last modified: 2015-05-18 07:36:33 UTC
Patches attached.
Created attachment 303022 [details] [review] build: Add git.mk support instead of manual .gitignore files This makes maintenance of the .gitignore lists a lot easier.
Created attachment 303023 [details] [review] build: Add generated GResource C and H files to CLEANFILES And also don’t distribute them in the source tarball, since they’re generated files.
Created attachment 303024 [details] [review] build: Remove unnecessary distclean-local rule automake automatically removes the auto4mte.cache directory on maintainer-clean.
Created attachment 303025 [details] [review] build: Remove unnecessary MAINTAINERCLEANFILES variables The *.in files are automatically cleaned by automake if they are listed in AC_CONFIG_FILES. The editor backup files (*~) should not be deleted by the build system. My editor backup files are my business.
Created attachment 303026 [details] [review] build: Remove unnecessary DIST_SUBDIRS variable By default it is the same as SUBDIRS, so there’s no need to list it here.
Review of attachment 303022 [details] [review]: Certainly
Review of attachment 303023 [details] [review]: Sure.
Review of attachment 303024 [details] [review]: Yep.
Review of attachment 303025 [details] [review]: Yep.
Review of attachment 303026 [details] [review]: Yup.
Attachment 303022 [details] pushed as 0878c92 - build: Add git.mk support instead of manual .gitignore files Attachment 303023 [details] pushed as 9444e0b - build: Add generated GResource C and H files to CLEANFILES Attachment 303024 [details] pushed as 9ab867a - build: Remove unnecessary distclean-local rule Attachment 303025 [details] pushed as aeae4f3 - build: Remove unnecessary MAINTAINERCLEANFILES variables Attachment 303026 [details] pushed as ee1549c - build: Remove unnecessary DIST_SUBDIRS variable