From: David Reiss Date: Thu, 26 Mar 2009 08:47:07 +0000 (+0000) Subject: THRIFT-389. Make "make dist" work properly for Subversion working copies X-Git-Tag: 0.2.0~206 X-Git-Url: https://source.supwisdom.com/gerrit/gitweb?a=commitdiff_plain;h=e211393964cc1083ec0cc11d3ccf6f1666bfd521;p=common%2Fthrift.git THRIFT-389. Make "make dist" work properly for Subversion working copies git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@758560 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/Makefile.am b/Makefile.am index 0a677d37..1669f1e1 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,7 +1,9 @@ ACLOCAL_AMFLAGS = -I ./aclocal SUBDIRS = compiler/cpp lib test -## Don't run make dist from a subversion working copy -## because it will pull in your .svn directories. + +dist-hook: + find $(distdir) -name '.[a-zA-Z0-9]*' | xargs rm -rf + EXTRA_DIST = bootstrap.sh cleanup.sh print_version.sh doc tutorial contrib \ CONTRIBUTORS LICENSE