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:43:25 UTC

svn commit: r1160084 - /incubator/bigtop/branches/branch-0.1/Makefile

Author: abayer
Date: Sun Aug 21 23:43:24 2011
New Revision: 1160084

URL: http://svn.apache.org/viewvc?rev=1160084&view=rev
Log:
Excluding .gitignore files from dist for now.

Modified:
    incubator/bigtop/branches/branch-0.1/Makefile

Modified: incubator/bigtop/branches/branch-0.1/Makefile
URL: http://svn.apache.org/viewvc/incubator/bigtop/branches/branch-0.1/Makefile?rev=1160084&r1=1160083&r2=1160084&view=diff
==============================================================================
--- incubator/bigtop/branches/branch-0.1/Makefile (original)
+++ incubator/bigtop/branches/branch-0.1/Makefile Sun Aug 21 23:43:24 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