From 2edfc07f74da8b0a40ad2f8baa5960fee433c045 Mon Sep 17 00:00:00 2001 From: "Gary V. Vaughan" Date: Thu, 3 Jan 2013 14:01:43 +0700 Subject: [PATCH] maint: note warnings during ChangeLog generation are normal. * Makefile.am ($(changelog)): Output a note that 55 empty commit log warning messages during ChangeLog generation are expected. Signed-off-by: Gary V. Vaughan --- Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile.am b/Makefile.am index 5f5434658..a3e3c7da6 100644 --- a/Makefile.am +++ b/Makefile.am @@ -536,6 +536,7 @@ $(changelog): FORCE rm -f '$@'; mv '$@T' '$@'; \ cat '$(changelog_old)' >> '$@'; \ fi + @echo 'NOTE: 55 empty commit log warnings above are expected' ## Arrange so that .tarball-version appears only in the distribution ## tarball, and never in a checked-out repository. -- 2.47.3