]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
maint: note warnings during ChangeLog generation are normal.
authorGary V. Vaughan <gary@gnu.org>
Thu, 3 Jan 2013 07:01:43 +0000 (14:01 +0700)
committerGary V. Vaughan <gary@gnu.org>
Thu, 3 Jan 2013 07:01:43 +0000 (14:01 +0700)
* Makefile.am ($(changelog)): Output a note that 55 empty commit
log warning messages during ChangeLog generation are expected.

Signed-off-by: Gary V. Vaughan <gary@gnu.org>
Makefile.am

index 5f54346582ec8fe334a4272fe762702edd20872e..a3e3c7da624cdb669d505a744260621faf7e3e36 100644 (file)
@@ -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.