From: Harlan Stenn Date: Tue, 7 Jul 2015 01:21:36 +0000 (+0000) Subject: [Bug 2873] libevent should not include .deps/ in the tarball. H.Stenn X-Git-Tag: NTP_4_3_56~2^2^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=137d4e969cead3e70196a5dc2fd02e5b9d2c9166;p=thirdparty%2Fntp.git [Bug 2873] libevent should not include .deps/ in the tarball. H.Stenn bk: 559b29a0MEqXYoL_ZKBUiLZRTR27-g --- diff --git a/ChangeLog b/ChangeLog index 0f0685ac5..f226af59d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -3,6 +3,7 @@ * [Bug 2864] 4.2.8p3 fails to compile on Windows. Juergen Perlinger * [Bug 2866] segmentation fault at initgroups(). Harlan Stenn. * [Bug 2867] ntpd with autokey active crashed by 'ntpq -crv'. J.Perlinger +* [Bug 2873] libevent should not include .deps/ in the tarball. H.Stenn * [Bug 2874] Don't distribute generated sntp/tests/fileHandlingTest.h. H.Stenn * libntp/emalloc.c: Remove explicit include of stdint.h. Harlan Stenn. * Put Unity CPPFLAGS items in unity_config.h. Harlan Stenn. diff --git a/sntp/Makefile.am b/sntp/Makefile.am index dfd303a72..83eac5ccb 100644 --- a/sntp/Makefile.am +++ b/sntp/Makefile.am @@ -286,7 +286,7 @@ libtool: $(LIBTOOL_DEPS) ./config.status --recheck libevent-dist-hook: - if test -n "$(NTP_FORCE_LIBEVENT_DIST)" ; then rm -rf $(distdir)/libevent/autom4te.cache $(distdir)/libevent/config.h.in~ ; find $(distdir)/libevent -type d -name SCCS -print | xargs rm -rf ; fi + if test -n "$(NTP_FORCE_LIBEVENT_DIST)" ; then rm -rf $(distdir)/libevent/autom4te.cache $(distdir)/libevent/config.h.in~ ; find $(distdir)/libevent -type d \( -name SCCS -or -name .deps \) -print | xargs rm -rf ; fi dist-hook: libevent-dist-hook @: do-nothing action to avoid default SCCS get