]> git.ipfire.org Git - thirdparty/ntp.git/commitdiff
[Bug 2873] libevent should not include .deps/ in the tarball. H.Stenn
authorHarlan Stenn <stenn@ntp.org>
Tue, 7 Jul 2015 01:21:36 +0000 (01:21 +0000)
committerHarlan Stenn <stenn@ntp.org>
Tue, 7 Jul 2015 01:21:36 +0000 (01:21 +0000)
bk: 559b29a0MEqXYoL_ZKBUiLZRTR27-g

ChangeLog
sntp/Makefile.am

index 0f0685ac5fb88239b214194cf6db8992009834ac..f226af59d3dfd2893ef3586f88cffc50f0bbf876 100644 (file)
--- 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.
index dfd303a72077d578e9d73628076d8ee7daf5b165..83eac5ccba9bebbb46fc7292bc871fd7973bc5e0 100644 (file)
@@ -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