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


Reply via email to