From: Gary V. Vaughan Date: Thu, 3 Jan 2013 07:01:43 +0000 (+0700) Subject: maint: note warnings during ChangeLog generation are normal. X-Git-Tag: v2.4.2.418~64 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=2edfc07f74da8b0a40ad2f8baa5960fee433c045;p=thirdparty%2Flibtool.git 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 --- 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.