* top/maint.mk (update-copyright-local): Define place-holder.
(update-copyright): Depend on $(update-copyright-local).
+2009-08-06 Jim Meyering <meyering@redhat.com>
+
+ maint.mk: support update-copyright-local
+ * top/maint.mk (update-copyright-local): Define place-holder.
+ (update-copyright): Depend on $(update-copyright-local).
+
2009-08-06 Jim Meyering <meyering@redhat.com>
selinux-at: new module
indent:
indent $(INDENT_SOURCES)
+# If you have an additional project-specific rule,
+# define it in cfg.mk and set this variable to its name.
+update-copyright-local ?=
+
# Run this rule once per year (usually early in January)
# to update all FSF copyright year lists in your project.
update-copyright-exclude-regexp ?= (^|/)COPYING$$
.PHONY: update-copyright
-update-copyright:
+update-copyright: $(update-copyright-local)
grep -l -w Copyright $$($(VC_LIST_EXCEPT)) \
| grep -v -E '$(update-copyright-exclude-regexp)' \
| xargs $(build_aux)/$@