You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@bigtop.apache.org by ab...@apache.org on 2011/08/22 01:44:11 UTC

svn commit: r1160085 - in /incubator/bigtop/trunk: ./ Makefile

Author: abayer
Date: Sun Aug 21 23:44:11 2011
New Revision: 1160085

URL: http://svn.apache.org/viewvc?rev=1160085&view=rev
Log:
Merging Makefile change.

Modified:
    incubator/bigtop/trunk/   (props changed)
    incubator/bigtop/trunk/Makefile

Propchange: incubator/bigtop/trunk/
------------------------------------------------------------------------------
--- svn:mergeinfo (original)
+++ svn:mergeinfo Sun Aug 21 23:44:11 2011
@@ -1 +1 @@
-/incubator/bigtop/branches/branch-0.1:1159721-1160082
+/incubator/bigtop/branches/branch-0.1:1159721-1160084

Modified: incubator/bigtop/trunk/Makefile
URL: http://svn.apache.org/viewvc/incubator/bigtop/trunk/Makefile?rev=1160085&r1=1160084&r2=1160085&view=diff
==============================================================================
--- incubator/bigtop/trunk/Makefile (original)
+++ incubator/bigtop/trunk/Makefile Sun Aug 21 23:44:11 2011
@@ -85,7 +85,7 @@ checkenv:
 
 dist: realclean
 	mkdir -p $(DIST_DIR)
-	rsync -avz --exclude=.svn --exclude=.git --exclude=dist "$(BASE_DIR)/" "$(DIST_DIR)/bigtop-$(BIGTOP_VERSION)"
+	rsync -avz --exclude=.svn --exclude=.git --exclude=.gitignore --exclude=dist "$(BASE_DIR)/" "$(DIST_DIR)/bigtop-$(BIGTOP_VERSION)"
 	cd $(DIST_DIR) && tar -cvzf "$(DIST_DIR)/bigtop-$(BIGTOP_VERSION).tar.gz" "bigtop-$(BIGTOP_VERSION)"
 
 .DEFAULT_GOAL:= help