You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@thrift.apache.org by br...@apache.org on 2010/08/19 06:58:34 UTC

svn commit: r987017 - /incubator/thrift/trunk/Makefile.am

Author: bryanduxbury
Date: Thu Aug 19 04:58:34 2010
New Revision: 987017

URL: http://svn.apache.org/viewvc?rev=987017&view=rev
Log:
build: make dist no longer includes root-level bootstrap.sh. this should help users of release tarballs avoid confusion.

Modified:
    incubator/thrift/trunk/Makefile.am

Modified: incubator/thrift/trunk/Makefile.am
URL: http://svn.apache.org/viewvc/incubator/thrift/trunk/Makefile.am?rev=987017&r1=987016&r2=987017&view=diff
==============================================================================
--- incubator/thrift/trunk/Makefile.am (original)
+++ incubator/thrift/trunk/Makefile.am Thu Aug 19 04:58:34 2010
@@ -24,5 +24,5 @@ SUBDIRS = compiler/cpp lib test
 dist-hook:
 	find $(distdir) -name '.[a-zA-Z0-9]*' | xargs rm -rf
 
-EXTRA_DIST = bootstrap.sh cleanup.sh doc tutorial contrib \
+EXTRA_DIST = doc tutorial contrib \
              CONTRIBUTORS LICENSE CHANGES DISCLAIMER NOTICE